Skip to content

Commit eae09f2

Browse files
committed
Add LSposed module scope
1 parent 3f8e637 commit eae09f2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<meta-data
1313
android:name="xposedminversion"
1414
android:value="54" />
15+
<meta-data
16+
android:name="xposedscope"
17+
android:resource="@array/lsposed_scope" />
1518
</application>
1619

1720
</manifest>

app/src/main/res/values/arrays.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)