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

Commit fc3a3c0f authored by David Coffin's avatar David Coffin Committed by Automerger Merge Worker
Browse files

Merge "Make SEND_SAFETY_CENTER_UPDATE internal|privileged" into tm-dev am:...

Merge "Make SEND_SAFETY_CENTER_UPDATE internal|privileged" into tm-dev am: b8637653 am: 721e393e

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



Change-Id: I4e389780aedf27260c22e5d887942c66cc82a871
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2ee4b301 721e393e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -6442,11 +6442,11 @@


    <!-- @SystemApi Must be required by a safety source to send an update using the
    <!-- @SystemApi Must be required by a safety source to send an update using the
             {@link android.safetycenter.SafetyCenterManager}.
             {@link android.safetycenter.SafetyCenterManager}.
             <p>Protection level: signature|privileged
             <p>Protection level: internal|privileged
             @hide
             @hide
        -->
        -->
    <permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE"
    <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.
    <!-- @SystemApi Allows an application to launch device manager setup screens.
         <p>Not for use by third-party applications.
         <p>Not for use by third-party applications.