This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Oculus Focus Awareness (#3158)
From the docs: To enable overlay for testing purposes, enter the following commands in a terminal: Go to Setting -> See All -> Experiments and enable New Universal Menu adb shell setprop debug.oculus.dbg_enable_overlay 1 adb shell am force-stop com.oculus.vrshell After entering these commands, if an app has overlay support enabled in its app manifest, pressing the Oculus button from inside the app will cause the Universal Menu to be displayed as an overlay. To disable overlay support, enter the following commands: adb shell setprop debug.oculus.dbg_enable_overlay 0 adb shell am force-stop com.oculus.vrshell
- Loading branch information
1 parent
c20caf2
commit f41255c
Showing
3 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters