mirror of
https://github.com/basti564/Oculess.git
synced 2024-11-25 11:42:55 +01:00
473cba73d2
- 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
26 lines
1.7 KiB
XML
26 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="DesignSurface">
|
|
<option name="filePathToZoomLevelMap">
|
|
<map>
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable-v24/buttonbg.xml" value="0.1925" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable-v24/ic_launcher_foreground.xml" value="0.2445" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable/buttonbg.xml" value="0.492" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable/buttonbgfocus.xml" value="0.1925" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable/buttonbgx.xml" value="0.2855" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable/hover.xml" value="0.282" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable/ic_launcher_background.xml" value="0.2445" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/drawable/windowbg.xml" value="0.2995" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/layout/activity_main.xml" value="0.22" />
|
|
<entry key="..\:/Portable Apps/Programming/Oculess/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" value="0.216" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_15_PREVIEW" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
|
</component>
|
|
<component name="ProjectType">
|
|
<option name="id" value="Android" />
|
|
</component>
|
|
</project> |