Skip to content

Commit

Permalink
Add LSposed module scope
Browse files Browse the repository at this point in the history
  • Loading branch information
whew-inc committed Apr 7, 2021
1 parent 3f8e637 commit eae09f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<meta-data
android:name="xposedminversion"
android:value="54" />
<meta-data
android:name="xposedscope"
android:resource="@array/lsposed_scope" />
</application>

</manifest>
8 changes: 8 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="lsposed_scope" >
<item>android</item>
<item>com.google.android.gms</item>
<item>com.android.vending</item>
</string-array>
</resources>

0 comments on commit eae09f2

Please sign in to comment.