We are working on a project for the HTC Vive Focus 3 headset, which operates on Android. For this, we are developing an application in APK format tailored for Android 29.
The main goal is to integrate large data in the form of point clouds. To prevent overloading the APK, we use a plugin that allows us to manage this data when it’s stored on the device itself, not within the APK. All we need to do is specify the correct path.
On Windows and in editor mode, everything runs smoothly when we externalize this data. However, for the Android version, a question arises: what is the appropriate path to connect the APK to this data? Is “/storage/emulated/0/Android/” the correct path?
Additionally, are there any specific permissions required to access this data on Android?