diff options
author | 2025-03-13 14:45:54 -0700 | |
---|---|---|
committer | 2025-03-13 14:45:54 -0700 | |
commit | 1ad4b297393a9f1991fb79caba96ed2f8c493cce (patch) | |
tree | 2de0d2dd0312c643e0da776fc390c1dc3e7581e4 | |
parent | 701f30433fa1960cbdf8490fea160e2333f2527d (diff) | |
parent | f9551ef46da3c988a29e6f3af000fd2fefab9b4a (diff) |
Merge "Adjusting protection level to align with XR implementation LOW_COVERAGE_REASON=NON_CODE_ONLY" into main
-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" /> |