am 336bc321
: Make the NFC UID forward compatible.
* commit '336bc321a6e978a273098148e13a82c5e7ec3be5': Make the NFC UID forward compatible.
This commit is contained in:
commit
65475f89e1
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@
|
|||
#define AID_DRMIO 1020 /* DRM IO server */
|
||||
#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 */
|
||||
|
|
Loading…
Reference in a new issue