Skip to content

Commit

Permalink
Make the NFC UID forward compatible.
Browse files Browse the repository at this point in the history
Change-Id: Icfa302c22151b3d722ad0da7e58806f74730e1a3
  • Loading branch information
jham committed Apr 1, 2011
1 parent a6a36c0 commit 336bc32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/private/android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
#define AID_USB 1018 /* USB devices */
#define AID_GPS 1021 /* GPS daemon */
#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */
#define AID_NFC 1023 /* nfc subsystem */
#define AID_RFU1 1023 /* RFU */
#define AID_RFU2 1024 /* RFU */
#define AID_NFC 1025 /* nfc subsystem */

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

0 comments on commit 336bc32

Please sign in to comment.