Updates how the REQUEST_INSTALL_PACKAGES permission is handled
- Only request the permission the first time the editor tries to open an apk - Disable the permission for the HorizonOS build as the HorizonOS store doesn't support it yet
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
<!-- Scene api -->
|
||||
<uses-permission android:name="com.oculus.permission.USE_SCENE" />
|
||||
|
||||
<!-- Temp removal of the 'REQUEST_INSTALL_PACKAGES' permission as it's currently forbidden by the Horizon OS store -->
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove" />
|
||||
|
||||
<application>
|
||||
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user