Skip to content

Commit e769bb7

Browse files
committed
work around package parsing issues during publishing to IzzyOnDroid
1 parent e91312d commit e769bb7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RotationControl/src/main/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android">
44

5-
<application
6-
android:icon="@android:drawable/ic_menu_rotate"
7-
android:label="RotationControl"
8-
>
5+
<application android:label="RotationControl">
96
<meta-data
107
android:name="xposedmodule"
118
android:value="true"

0 commit comments

Comments
 (0)