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

Commit b8637653 authored by David Coffin's avatar David Coffin Committed by Android (Google) Code Review
Browse files

Merge "Make SEND_SAFETY_CENTER_UPDATE internal|privileged" into tm-dev

parents f7b504ce 243c4edf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6441,11 +6441,11 @@

    <!-- @SystemApi Must be required by a safety source to send an update using the
             {@link android.safetycenter.SafetyCenterManager}.
             <p>Protection level: signature|privileged
             <p>Protection level: internal|privileged
             @hide
        -->
    <permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE"
                android:protectionLevel="signature|privileged" />
                android:protectionLevel="internal|privileged" />

    <!-- @SystemApi Allows an application to launch device manager setup screens.
         <p>Not for use by third-party applications.