Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This version allows apps like Discord and Spotify to function almost flawlessly on the Quest 2 (don't have a quest 1 to test)
However, this requires device owner permissions. I'm gonna hold off on uploading my own apk for a few days, since changing forks would require a factory reset. (You can't install updates to admin apps unless signatures match)
A new option has been added to enable background audio
When run, this will grab a list of all installed packages
Every 2 seconds, all packages will be given the "PLAY_AUDIO" and "RECORD_AUDIO" permissions
These permissions are enabled by default on all android apps,
but the Quest OS disables them when an app is minimized or the headset is unlocked
Music and voice chat apps now work on the Quest/2, even when in game
This does not stop the OS from killing apps in the background, which will still happen when a game is quit
The enabler service will remain though, so only the audio apps need to be reinitialized
The user interface has been updated to better match with the Quest v30 default apps
Colors were taken from screenshots, fonts were changed, and icons were added
README has been updated to explain the new feature
README has an updated screenshot