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

Commit 0e4fb1b8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update DOMAIN_VERIFICATION_AGENT to internal|privileged" into sc-dev am: 0b6d627e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13880977

Change-Id: I0bee7be7f501cd34bf919975fbad898ae6f87611
parents 50c31a58 0b6d627e
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.