summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-03-17 10:55:46 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2015-03-24 01:51:48 +0000
commit470ea80200dc59c1c7c1b02d7fa9dedf8ca483e4 (patch)
treeee933d4c22831be3c3c3bff3b003bd15107a84d6 /system-api
parent2746220935d118f881026b122441040389f8bf8f (diff)
downloadprebuilts_sdk-470ea80200dc59c1c7c1b02d7fa9dedf8ca483e4.zip
prebuilts_sdk-470ea80200dc59c1c7c1b02d7fa9dedf8ca483e4.tar.gz
prebuilts_sdk-470ea80200dc59c1c7c1b02d7fa9dedf8ca483e4.tar.bz2
Remove unused permission flag.
Change-Id: Ief983ed84d281a97a6b0d344f8e89d9f62b8e198
Diffstat (limited to 'system-api')
-rw-r--r--system-api/23.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/system-api/23.txt b/system-api/23.txt
index 3eef482..f31041e 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -8811,7 +8811,6 @@ package android.content.pm {
field public static final int INSTALL_LOCATION_INTERNAL_ONLY = 1; // 0x1
field public static final int INSTALL_LOCATION_PREFER_EXTERNAL = 2; // 0x2
field public static final int REQUESTED_PERMISSION_GRANTED = 2; // 0x2
- field public static final int REQUESTED_PERMISSION_REQUIRED = 1; // 0x1
field public android.content.pm.ActivityInfo[] activities;
field public android.content.pm.ApplicationInfo applicationInfo;
field public int baseRevisionCode;