* commit 'ee3420bc124613827af474684c3015d12742c70d': Make the NFC UID forward compatible.
This commit is contained in:
commit
18247d74be
1 changed files with 2 additions and 1 deletions
|
@ -55,9 +55,10 @@
|
|||
#define AID_DRM 1019 /* DRM server */
|
||||
#define AID_AVAILABLE 1020 /* available for use */
|
||||
#define AID_GPS 1021 /* GPS daemon */
|
||||
#define AID_NFC 1022 /* nfc subsystem */
|
||||
#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */
|
||||
#define AID_MEDIA_RW 1023 /* internal media storage write access */
|
||||
#define AID_MTP 1024 /* MTP USB driver access */
|
||||
#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