I am currently facing a problem where after interfacing with OVRManager.PlatformUIGlobalMenu() or OVRManager.PlatformUIConfirmQuit(), my app seemingly crashes and re-launches upon dismissing either menus.
I am receiving this result on both Unity 5.3.4p1 (tested with both Oculus utilities 1.5.0 and 1.6.0) and Unity 5.3.6p1 (with Oculus utilities 1.6.0).
This issue still persists after building a blank project out, so this should not be a project specific problem. Any insight into this situation would be greatly appreciated.
I attached my logcat output. Aside from "Channel is unrecoverably broken and will be disposed!", there does not seem to be any additionally useful debug information (that i have noticed). The android manifest should be properly configured as specified by: https://developer.oculus.com/documentation/publish/latest/concepts/publish-mobile-manifest/
Move your <intent-filter> from "com.unity3d.player.UnityPlayerProxyActivity" to "com.unity3d.player.UnityPlayerNativeActivity" (cut and paste), like this: