We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d329ca commit a77dc41Copy full SHA for a77dc41
app/src/main/AndroidManifest.xml
@@ -1,8 +1,11 @@
1
-
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.flag.secure">
4
5
- <application android:label="Disable FLAG_SECURE">
+ <application
+ android:label="Disable FLAG_SECURE"
6
+ android:icon="@mipmap/ic_launcher"
7
+ android:roundIcon="@mipmap/ic_launcher">
8
+
9
<meta-data
10
android:name="xposedmodule"
11
android:value="true" />
@@ -14,6 +17,7 @@
14
17
15
18
android:name="xposedminversion"
16
19
android:value="93" />
20
21
</application>
22
23
</manifest>
0 commit comments