JoostPixnami Posted September 30, 2022 Share Posted September 30, 2022 We're able to access the external SD card on the Quest by adding: <application android:requestLegacyExternalStorage="true" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> This doesn't work for the Focus 3. I've tried placing an AndroidManifest file with these lines in Assets/Plugins/Android/AndroidManifest.xml and in Assets/WaveVR/Platform/Android/Customize/AndroidManifest.xml (as shown here:) But I still get an UnauthorizedAccessException. This does work in UE4 builds for the Focus but we're targeting API level 28, so before requestLegacyExternalStorage was added. Is there any way to get requestLegacyExternalStorage to work for the Focus? Or is there a different permission that can solve this issue? Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted October 4, 2022 Share Posted October 4, 2022 Hi @JoostPixnami, Are you trying to access the path /sdcard/ in Focus 3? Could you reference to this commit that I submit to OpenBrush? Let me know if you still have issues. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now