We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0243cd commit 2fd8832Copy full SHA for 2fd8832
1 file changed
app/src/main/AndroidManifest.xml
@@ -10,6 +10,10 @@
10
android:name="xposedmodule"
11
android:value="true" />
12
13
+ <meta-data
14
+ android:name="xposeddescription"
15
+ android:value="@string/xposed_description"/>
16
+
17
<meta-data
18
android:name="xposedclass"
19
android:value="com.flag.secure.DisableFlagSecure" />
0 commit comments