The new Oculus Quest update breaks the Oculus Quest Touch controller support in most sideloaded apps including this one.
This Reddit post says that the way to fix it is to add this line to AndroidManifest.xml
<uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1"/>
However, when I try that, I get the error "failed processing manifest." So something else is going on.
The new Oculus Quest update breaks the Oculus Quest Touch controller support in most sideloaded apps including this one.
This Reddit post says that the way to fix it is to add this line to AndroidManifest.xml
<uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1"/>
However, when I try that, I get the error "failed processing manifest." So something else is going on.