Add API docs for permission SECURE_ELEMENT_PRIVILEGED

Test: build pass
Bug: 149998089
Change-Id: I1740cf1e04a648a2fdb23a499f1d1fb39c8622a0
This commit is contained in:
Jack Yu
2020-02-24 16:25:08 +08:00
parent 8a6562112a
commit cda29bb452

View File

@@ -1786,6 +1786,9 @@
android:protectionLevel="normal" />
<!-- @SystemApi Allows an internal user to use privileged SecureElement APIs.
Applications holding this permission can access OMAPI reset system API
and bypass OMAPI AccessControlEnforcer.
<p>Not for use by third-party applications.
@hide -->
<permission android:name="android.permission.SECURE_ELEMENT_PRIVILEGED"
android:protectionLevel="signature|privileged" />