diff options
author | 2023-12-05 05:53:17 +0000 | |
---|---|---|
committer | 2024-01-18 00:51:17 +0000 | |
commit | ef334f5a8f8ee76e449f80c808ad57f579cdd908 (patch) | |
tree | 0aebfc9da8911d3d519d4dddab3cf898d928be91 | |
parent | 917bf2e93bdfac05ddc7bb3baade4b118107a636 (diff) |
[ToA] Update test android manifest to include READ_SYSTEM_GRAMMATICAL_GENDER
Bug: 298591009
Test: Presubmit
Change-Id: I591577c663aad89aabb8df3a2d452868015d7ec8
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index a8c2e90cc..6a66138bf 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -7728,6 +7728,14 @@ <permission android:name="android.permission.GET_BACKGROUND_INSTALLED_PACKAGES" android:protectionLevel="signature|role" /> + <!-- @SystemApi Allows an application to read the system grammatical gender. + @FlaggedApi("android.app.system_terms_of_address_enabled") + <p>Protection level: signature|privileged|appop + @hide + --> + <permission android:name="android.permission.READ_SYSTEM_GRAMMATICAL_GENDER" + android:protectionLevel="signature|privileged|appop"/> + <!-- Attribution for Geofencing service. --> <attribution android:tag="GeofencingService" android:label="@string/geofencing_service"/> <!-- Attribution for Country Detector. --> |