Skip to content

Commit 8cb4f9a

Browse files
committed
fix: use built in helper app theme
1 parent 12c4e52 commit 8cb4f9a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lsposed-helper/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
<application
55
android:allowBackup="false"
6-
android:icon="@mipmap/ic_launcher"
76
android:label="@string/app_name"
8-
android:roundIcon="@mipmap/ic_launcher_round"
97
android:supportsRtl="true"
10-
android:theme="@style/AppTheme">
8+
android:theme="@android:style/Theme.Material.Light.NoActionBar">
119

1210
<meta-data
1311
android:name="xposedmodule"

0 commit comments

Comments
 (0)