From 3809e3ee74fa282250c174b68ff2ec38999adac2 Mon Sep 17 00:00:00 2001 From: kholoud mohamed Date: Wed, 13 Oct 2021 10:22:22 +0100 Subject: Add new permission UPDATE_DEVICE_MANAGEMENT_RESOURCES The permission allows the holder to update certain device management related system resources Bug: 188410712 Bug: 203548565 Test: N/A Change-Id: I3930612e513bc1708ef2837c78204e1ba8c83c24 --- core/api/system-current.txt | 1 + core/res/AndroidManifest.xml | 6 ++++++ packages/Shell/AndroidManifest.xml | 1 + 3 files changed, 8 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 4aee6ccd091f..371f68694d4a 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -311,6 +311,7 @@ package android { 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"; field public static final String UPDATE_APP_OPS_STATS = "android.permission.UPDATE_APP_OPS_STATS"; + field public static final String UPDATE_DEVICE_MANAGEMENT_RESOURCES = "android.permission.UPDATE_DEVICE_MANAGEMENT_RESOURCES"; field public static final String UPDATE_DOMAIN_VERIFICATION_USER_SELECTION = "android.permission.UPDATE_DOMAIN_VERIFICATION_USER_SELECTION"; field public static final String UPDATE_FONTS = "android.permission.UPDATE_FONTS"; field public static final String UPDATE_LOCK = "android.permission.UPDATE_LOCK"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4f35f2c841ea..0eb7c376c37c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -6065,6 +6065,12 @@ + + + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index b25e9a18fc3d..a3f07d8fd1b4 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -207,6 +207,7 @@ + -- cgit v1.2.3-59-g8ed1b