Skip to content

Commit

Permalink
Update the value for the NFC shared UID.
Browse files Browse the repository at this point in the history
Change-Id: I47edf39dbdf2ebd41f44ca69aac250d8991dec4c
  • Loading branch information
jham committed Mar 25, 2011
1 parent 7238072 commit a6a36c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/private/android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
#define AID_KEYSTORE 1017 /* keystore subsystem */
#define AID_USB 1018 /* USB devices */
#define AID_GPS 1021 /* GPS daemon */
#define AID_NFC 1022 /* nfc subsystem */
#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */
#define AID_NFC 1023 /* nfc subsystem */

#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
Expand Down

0 comments on commit a6a36c0

Please sign in to comment.