Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b6d627e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 1b2051e3 2000a4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.