We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8e637 commit eae09f2Copy full SHA for eae09f2
app/src/main/AndroidManifest.xml
@@ -12,6 +12,9 @@
12
<meta-data
13
android:name="xposedminversion"
14
android:value="54" />
15
+ <meta-data
16
+ android:name="xposedscope"
17
+ android:resource="@array/lsposed_scope" />
18
</application>
19
20
</manifest>
app/src/main/res/values/arrays.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<resources>
3
+ <string-array name="lsposed_scope" >
4
+ <item>android</item>
5
+ <item>com.google.android.gms</item>
6
+ <item>com.android.vending</item>
7
+ </string-array>
8
+</resources>
0 commit comments