Jump to content

JoostPixnami

Verified Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral
  1. 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?
×
×
  • Create New...