Skip to content

Commit 72dc92f

Browse files
remove appinfo settings access for VolumeStepsIncrease
* the module has to be enabled for this to work, forcing the user to go through Xposed Manager makes it more likely they enable it first
1 parent e938120 commit 72dc92f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

VolumeStepsIncrease/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
android:theme="@style/AppTheme"
1111
>
1212
<intent-filter>
13-
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
14-
<category android:name="android.intent.category.DEFAULT" />
1513
<action android:name="android.intent.action.MAIN" />
1614
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
1715
</intent-filter>

0 commit comments

Comments
 (0)