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

This commit is contained in:
David Coffin
2022-05-11 14:28:11 +00:00
committed by Android (Google) Code Review

View File

@@ -6441,11 +6441,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.