Widget not working with quest

I’m trying to “Open Level” using widgets on the Oculus Quest and I’m stuck. I’ve got the widget working on the Vive, which takes me to the new scene assigned to the widget, but when I try on the Quest, it reverts me back to the original Level I started at. I’m using 4.23 and I’ve got the Android Manifest setup correctly.
android:name=“android.hardware.vr.headtracking”
android:required=“true”
android:version=“1”

Is this not possible on Android devices?

I found the answer. I need to add the new scene in packaging in the project settings. If anyone has the same issue.