diff options
author | 2025-02-27 08:52:42 -0800 | |
---|---|---|
committer | 2025-02-27 08:52:42 -0800 | |
commit | 7be9c4984e683e6d36943bf466328063a4832dcd (patch) | |
tree | 7ad6f57bed685851ba228b041ccd58a73a0e51ac /tests | |
parent | 4c1f6e8e2d1605c9de95bb65e63bf636eced8675 (diff) | |
parent | fcfbc22777cc569a3b385ac78b6d98835dd7fdff (diff) |
Merge "Made permission privileged to grant access to ExtServices" into main
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index ceefe3dfd..2547b9786 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -8995,13 +8995,13 @@ <!-- @SystemApi @FlaggedApi("android.permission.flags.text_classifier_choice_api_enabled") - This permission is required to access the specific text classifier you need from the + This permission is required to access the specific text classifier from the TextClassificationManager. - <p>Protection level: signature|role + <p>Protection level: signature|role|privileged @hide --> <permission android:name="android.permission.ACCESS_TEXT_CLASSIFIER_BY_TYPE" - android:protectionLevel="signature|role" + android:protectionLevel="signature|role|privileged" android:featureFlag="android.permission.flags.text_classifier_choice_api_enabled"/> <!-- Attribution for Geofencing service. --> |