diff options
| author | Dianne Hackborn <hackbod@google.com> | 2012-03-07 12:57:14 -0800 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2012-03-08 14:30:32 -0800 |
| commit | 50458cf76ea7b0b03598c785acb1481ed0ae5b1d (patch) | |
| tree | 7194502193999034d3df32c9e81c553047af026d /include | |
| parent | 7bf4c45f842ded6d6ad6b2d80e052ddf56969723 (diff) | |
| download | system_core-50458cf76ea7b0b03598c785acb1481ed0ae5b1d.tar.gz system_core-50458cf76ea7b0b03598c785acb1481ed0ae5b1d.tar.bz2 system_core-50458cf76ea7b0b03598c785acb1481ed0ae5b1d.zip | |
Add AID_SDCARD_R.
Change-Id: I47f650e415e06c0b69790ffefea7f208c910ebd7
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/android_filesystem_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 0344b5c8..a3d5e627 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -61,6 +61,7 @@ #define AID_UNUSED2 1025 /* deprecated, DO NOT USE */ #define AID_DRMRPC 1026 /* group for drm rpc */ #define AID_NFC 1027 /* nfc subsystem */ +#define AID_SDCARD_R 1028 /* external storage read access */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ |
