09-07-2019, 04:49 AM
Thanks for the response, I've had time to check the manifest and these are the permissions:
Sadly nothing is being asked for on the headset. The only manual way to approve permissions on the Oculus Quest is to do so through ADB shell commands on a computer. I'm not sure what's causing the permissions to not be asked, but don't have much experience in the area.
I've only got a quest and the VirZoom bike at the moment, so while I could connect the bike to the computer with it's included dongle, I haven't a proper headset to pair with it anymore, so I'll have to rely on properly testing it only on the Quest. (Oh well.)
Code:
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.SET_DEBUG_APP" />
Sadly nothing is being asked for on the headset. The only manual way to approve permissions on the Oculus Quest is to do so through ADB shell commands on a computer. I'm not sure what's causing the permissions to not be asked, but don't have much experience in the area.
I've only got a quest and the VirZoom bike at the moment, so while I could connect the bike to the computer with it's included dongle, I haven't a proper headset to pair with it anymore, so I'll have to rely on properly testing it only on the Quest. (Oh well.)