Skip to content

Commit a77dc41

Browse files
authored
Update AndroidManifest.xml
1 parent 9d329ca commit a77dc41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
21
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
32
package="com.flag.secure">
43

5-
<application android:label="Disable FLAG_SECURE">
4+
<application
5+
android:label="Disable FLAG_SECURE"
6+
android:icon="@mipmap/ic_launcher"
7+
android:roundIcon="@mipmap/ic_launcher">
8+
69
<meta-data
710
android:name="xposedmodule"
811
android:value="true" />
@@ -14,6 +17,7 @@
1417
<meta-data
1518
android:name="xposedminversion"
1619
android:value="93" />
20+
1721
</application>
1822

1923
</manifest>

0 commit comments

Comments
 (0)