Skip to content

Commit 3c2a975

Browse files
committed
Actually add requested features
1 parent f721e71 commit 3c2a975

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

QuestAppVersionSwitcher/PatchingManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ public static bool PatchManifest(ApkZip apkArchive)
474474
List<string> addingPermissions = new List<string>();
475475
List<UsesFeature> addingFeatures = new List<UsesFeature>();
476476
PatchingPermissions permissions = CoreService.coreVars.patchingPermissions;
477+
addingFeatures.AddRange(permissions.otherFeatures);
477478
if (permissions.externalStorage)
478479
{
479480
// Technically, we only need READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE, but we also add MANAGE_EXTERNAL_STORAGE as this is what Android 11 needs instead

QuestAppVersionSwitcher/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.13" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="134">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.14" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="135">
33
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="32" />
44
<uses-permission android:name="oculus.permission.handtracking" />
55
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />

QuestAppVersionSwitcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Minor Version
2323
// Build Number
2424
// Revision
25-
[assembly: AssemblyVersion("1.15.13.0")]
26-
[assembly: AssemblyFileVersion("1.15.13.0")]
25+
[assembly: AssemblyVersion("1.15.14.0")]
26+
[assembly: AssemblyFileVersion("1.15.14.0")]

0 commit comments

Comments
 (0)