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

Commit 2000a4bd authored by Winson's avatar Winson
Browse files

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
parent 3cd3a80f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.