Update DOMAIN_VERIFICATION_AGENT to internal|privileged

This change means a system image update is required to change the
grant for this permission. A role cannot be used as the intended
consumer declares a library in its manifest.

Bug: 177080830

Test: manual, verified using com.android.statementservice

Change-Id: I70549c0bceefa111bddf72d785bb58a7320a4220
This commit is contained in:
Winson
2021-03-15 16:04:33 -07:00
parent 3cd3a80f30
commit 2000a4bddc

View File

@@ -4799,7 +4799,7 @@
TODO(159952358): STOPSHIP: This must be updated to the new "internal" protectionLevel
-->
<permission android:name="android.permission.DOMAIN_VERIFICATION_AGENT"
android:protectionLevel="signature|privileged" />
android:protectionLevel="internal|privileged" />
<!-- @SystemApi @hide Must be required by the domain verification agent's intent
BroadcastReceiver, to ensure that only the system can interact with it.