Added Demo's LSPosed Module Scope

This commit is contained in:
2022-03-29 20:30:17 +08:00
parent c8efc01e45
commit cfdff3cdf6
2 changed files with 11 additions and 0 deletions

View File

@@ -25,6 +25,11 @@
android:name="xposedminversion"
android:value="93" />
<!-- LSPosed 作用域声明 -->
<meta-data
android:name="xposedscope"
android:resource="@array/module_scope" />
<activity
android:name=".ui.MainActivity"
android:exported="true">

View File

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