diff options
author | 2025-03-10 09:54:05 -0700 | |
---|---|---|
committer | 2025-03-13 11:24:22 -0700 | |
commit | f9551ef46da3c988a29e6f3af000fd2fefab9b4a (patch) | |
tree | b9bafaae01671a4e61bf5e79a936ecd5bff367a8 /tests | |
parent | ea2e7a290d4d3b3ff5aaa07f996143abf4ab0222 (diff) |
Adjusting protection level to align with XR implementation
LOW_COVERAGE_REASON=NON_CODE_ONLY
Bug: 364416355
Change-Id: Id69901a74d86e4972df0ccbcb54903795a6e851d
Flag: android.xr.xr_manifest_entries
Test: Checked that project still built.
Relnote: None
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index 2547b9786..4476d934b 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -5394,13 +5394,13 @@ corresponding permission such as {@link #HEAD_TRACKING} or {@link #FACE_TRACKING} for the data being accessed. - <p>Protection level: normal|appop + <p>Protection level: signature|privileged @SystemApi @FlaggedApi(android.xr.Flags.FLAG_XR_MANIFEST_ENTRIES) @hide --> <permission android:name="android.permission.XR_TRACKING_IN_BACKGROUND" - android:protectionLevel="normal|appop" + android:protectionLevel="signature|privileged" android:description="@string/permdesc_xr_tracking_in_background" android:label="@string/permlab_xr_tracking_in_background" android:featureFlag="android.xr.xr_manifest_entries" /> |