Add new signature permission to allow launch of DMRH and DMRH updater

Bug: 208628038
Test: compiled
Change-Id: Idf892a98a2331613ee51874e05432dc8da7d11aa
This commit is contained in:
arangelov
2021-12-08 18:48:03 +00:00
parent 0c9fd044df
commit 266cb0a0e4

View File

@@ -5999,6 +5999,13 @@
<permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE"
android:protectionLevel="signature|privileged" />
<!-- Allows an application to launch device manager setup screens.
<p>Not for use by third-party applications.
@hide
-->
<permission android:name="android.permission.LAUNCH_DEVICE_MANAGER_SETUP"
android:protectionLevel="signature|role" />
<!-- Attribution for Geofencing service. -->
<attribution android:tag="GeofencingService" android:label="@string/geofencing_service"/>
<!-- Attribution for Country Detector. -->