Merge code

This commit is contained in:
2022-03-25 14:21:20 +08:00
parent 8f40f4b30c
commit 7d4db23346
2 changed files with 9 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
<meta-data
android:name="xposedminversion"
android:value="93" />
<meta-data
android:name="xposedscope"
android:resource="@array/module_scope" />
<activity
android:name=".ui.activity.MainActivity"

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="module_scope">
<item>com.android.systemui</item>
</string-array>
</resources>