summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/attrs_manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/values/attrs_manifest.xml')
-rw-r--r--core/res/res/values/attrs_manifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml
index 70f9db9..c501329 100644
--- a/core/res/res/values/attrs_manifest.xml
+++ b/core/res/res/values/attrs_manifest.xml
@@ -220,6 +220,12 @@
{@link android.os.Build.VERSION_CODES#MNC} (before runtime permissions
were introduced). -->
<flag name="pre23" value="0x80" />
+ <!-- Additional flag from base permission type: this permission can be automatically
+ granted to system apps that install packages. -->
+ <flag name="installer" value="0x100" />
+ <!-- Additional flag from base permission type: this permission can be automatically
+ granted to system apps that verify packages. -->
+ <flag name="verifier" value="0x200" />
</attr>
<!-- Flags indicating more context for a permission group. -->