Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b06ec590 authored by Jared Finder's avatar Jared Finder
Browse files

Adjusting protection level to align with XR implementation

Bug: 364416355
Change-Id: I63e53620d7f476973dedf94522b0f718c20399fc
Flag: android.xr.xr_manifest_entries
Test: Checked that project still built.
parent ce08cd15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" />