summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Kennedy <toddke@google.com>2017-08-14 13:43:39 -0700
committerTodd Kennedy <toddke@google.com>2017-08-14 13:43:39 -0700
commit275dc78de59b4241eb581f55e476050b24a80aa8 (patch)
tree006c821292e95d35cb779f9955a7c272edc26626
parentc4aa5aa9b59468aeddfdb0d8d1bd19c1243362cd (diff)
downloadsdk-275dc78de59b4241eb581f55e476050b24a80aa8.tar.gz
Change protection level from ephemeral to instant
Bug: 62264194 Change-Id: Ida50ce0ef5708ea445ca20ca0589e4cbe4b8396b Test: cts-tradefed run commandAndExit cts-dev -m CtsPermission2TestCases -t android.permission2.cts.PermissionPolicyTest Test: cts-tradefed run commandAndExit cts-dev -t android.appsecurity.cts.PermissionsHostTest#testNoProtectionFlagsAddedToNonSignatureProtectionPermissions25 -m CtsAppSecurityHostTestCases
-rw-r--r--system-api/27.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-api/27.txt b/system-api/27.txt
index 8d2d2d802..2a2b75f7d 100644
--- a/system-api/27.txt
+++ b/system-api/27.txt
@@ -11529,8 +11529,8 @@ package android.content.pm {
field public static final int PROTECTION_DANGEROUS = 1; // 0x1
field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
field public static final int PROTECTION_FLAG_DEVELOPMENT = 32; // 0x20
- field public static final int PROTECTION_FLAG_EPHEMERAL = 4096; // 0x1000
field public static final int PROTECTION_FLAG_INSTALLER = 256; // 0x100
+ field public static final int PROTECTION_FLAG_INSTANT = 4096; // 0x1000
field public static final int PROTECTION_FLAG_PRE23 = 128; // 0x80
field public static final int PROTECTION_FLAG_PREINSTALLED = 1024; // 0x400
field public static final int PROTECTION_FLAG_PRIVILEGED = 16; // 0x10