summaryrefslogtreecommitdiff
path: root/data/res/values/attrs_manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/values/attrs_manifest.xml')
-rw-r--r--data/res/values/attrs_manifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/res/values/attrs_manifest.xml b/data/res/values/attrs_manifest.xml
index 793b5b2a..e6c829fc 100644
--- a/data/res/values/attrs_manifest.xml
+++ b/data/res/values/attrs_manifest.xml
@@ -249,6 +249,11 @@
that target runtime permissions ({@link android.os.Build.VERSION_CODES#M} and above)
-->
<flag name="runtime" value="0x2000" />
+ <!-- Additional flag from base permission type: this permission can be granted only
+ if its protection level is signature, the requesting app resides on the OEM partition,
+ and the OEM has white-listed the app to receive this permission by the OEM.
+ -->
+ <flag name="oem" value="0x4000" />
</attr>
<!-- Flags indicating more context for a permission group. -->