Loading packages/Shell/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,8 @@ <uses-permission android:name="android.permission.WAKE_LOCK" /> <!-- Permission needed to enable/disable overlays --> <uses-permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES" /> <!-- Permission needed to access privileged VR APIs --> <uses-permission android:name="android.permission.RESTRICTED_VR_ACCESS" /> <application android:label="@string/app_label" android:defaultToDeviceProtectedStorage="true" Loading Loading
packages/Shell/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,8 @@ <uses-permission android:name="android.permission.WAKE_LOCK" /> <!-- Permission needed to enable/disable overlays --> <uses-permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES" /> <!-- Permission needed to access privileged VR APIs --> <uses-permission android:name="android.permission.RESTRICTED_VR_ACCESS" /> <application android:label="@string/app_label" android:defaultToDeviceProtectedStorage="true" Loading