mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Added Demo's LSPosed Module Scope
This commit is contained in:
@@ -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">
|
||||
|
6
demo-module/src/main/res/values/array.xml
Normal file
6
demo-module/src/main/res/values/array.xml
Normal 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>
|
Reference in New Issue
Block a user