Merge "Update DOMAIN_VERIFICATION_AGENT to internal|privileged" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-03-19 23:45:22 +00:00
committed by Android (Google) Code Review

View File

@@ -4824,7 +4824,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.