diff options
| author | Jeff Hamilton <jham@android.com> | 2011-03-24 21:40:43 -0500 |
|---|---|---|
| committer | Jeff Hamilton <jham@android.com> | 2011-03-24 21:40:43 -0500 |
| commit | a6a36c0b799b84d06b695027d205f21d13a3275b (patch) | |
| tree | 141ae869e899f27f3649c3b531cdc1990f4ae280 | |
| parent | 7238072a7da527147c21cc939160d975eb28b1ac (diff) | |
| download | system_core-a6a36c0b799b84d06b695027d205f21d13a3275b.tar.gz system_core-a6a36c0b799b84d06b695027d205f21d13a3275b.tar.bz2 system_core-a6a36c0b799b84d06b695027d205f21d13a3275b.zip | |
Update the value for the NFC shared UID.
Change-Id: I47edf39dbdf2ebd41f44ca69aac250d8991dec4c
| -rw-r--r-- | include/private/android_filesystem_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 7d874ceb..9bf6cd3e 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -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 */ |
