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

Commit 243c4edf authored by David Coffin's avatar David Coffin
Browse files

Make SEND_SAFETY_CENTER_UPDATE internal|privileged

Instead of signature|privileged to improve security.

Test: manual
Bug: 222840789
Change-Id: I223252fde95b46917422d0e7e016a812ba2e4882
parent 9bcc7868
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.