Merge "Introduce a permission to trigger lost mode"
This commit is contained in:
committed by
Android (Google) Code Review
commit
80b7dd69cc
@@ -320,6 +320,7 @@ package android {
|
||||
field public static final String SYSTEM_CAMERA = "android.permission.SYSTEM_CAMERA";
|
||||
field public static final String TETHER_PRIVILEGED = "android.permission.TETHER_PRIVILEGED";
|
||||
field public static final String TOGGLE_AUTOMOTIVE_PROJECTION = "android.permission.TOGGLE_AUTOMOTIVE_PROJECTION";
|
||||
field public static final String TRIGGER_LOST_MODE = "android.permission.TRIGGER_LOST_MODE";
|
||||
field public static final String TV_INPUT_HARDWARE = "android.permission.TV_INPUT_HARDWARE";
|
||||
field public static final String TV_VIRTUAL_REMOTE_CONTROLLER = "android.permission.TV_VIRTUAL_REMOTE_CONTROLLER";
|
||||
field public static final String UNLIMITED_SHORTCUTS_API_CALLS = "android.permission.UNLIMITED_SHORTCUTS_API_CALLS";
|
||||
|
||||
@@ -2306,6 +2306,18 @@
|
||||
<permission android:name="android.permission.MANAGE_FACTORY_RESET_PROTECTION"
|
||||
android:protectionLevel="signature|privileged"/>
|
||||
|
||||
<!-- ======================================== -->
|
||||
<!-- Permissions for lost mode -->
|
||||
<!-- ======================================== -->
|
||||
<eat-comment />
|
||||
|
||||
<!-- @SystemApi Allows an application to trigger lost mode on an organization-owned device.
|
||||
<p>Not for use by third-party applications.
|
||||
@hide
|
||||
-->
|
||||
<permission android:name="android.permission.TRIGGER_LOST_MODE"
|
||||
android:protectionLevel="signature|role"/>
|
||||
|
||||
<!-- ================================== -->
|
||||
<!-- Permissions for accessing hardware -->
|
||||
<!-- ================================== -->
|
||||
|
||||
Reference in New Issue
Block a user