summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kangping Dong <wgtdkp@google.com> 2024-01-22 09:06:07 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-01-22 09:06:07 +0000
commit9b96e8dd0b3f0717e1ca97178327fcbcaa21a54a (patch)
treed6893132580025b1bc48e63d0f50b4dd6b687455
parent276939172e941833d039d8f7874b22ddf13a7c47 (diff)
parent9935a9467b599e8ee5c2f32fee19366517e633c4 (diff)
Merge "[Thread] add MANAGE_DEVICE_POLICY_THREAD_NETWORK for CTS" into main
-rw-r--r--tests/cts/permissionpolicy/res/raw/android_manifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
index ea325c553..ab9518f6b 100644
--- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
@@ -3461,6 +3461,13 @@
<permission android:name="android.permission.MANAGE_DEVICE_POLICY_NEARBY_COMMUNICATION"
android:protectionLevel="internal|role" />
+ <!-- Allows an application to set policy related to <a
+ href="https://www.threadgroup.org">Thread</a> network.
+ @FlaggedApi("com.android.net.thread.flags.thread_user_restriction_enabled")
+ -->
+ <permission android:name="android.permission.MANAGE_DEVICE_POLICY_THREAD_NETWORK"
+ android:protectionLevel="internal|role" />
+
<!-- Allows an application to set policy related to windows.
<p>{@link Manifest.permission#MANAGE_DEVICE_POLICY_ACROSS_USERS_FULL} is
required to call APIs protected by this permission on users different to the calling user.