Modify support Android 7.0

This commit is contained in:
2023-01-15 02:39:03 +08:00
parent c6d5f07b8c
commit aeda0f183e
14 changed files with 38 additions and 13 deletions

View File

@@ -27,7 +27,10 @@
android:value="@string/xposed_desc" />
<meta-data
android:name="xposedminversion"
android:value="93" />
android:value="89" />
<meta-data
android:name="xposedsharedprefs"
android:value="true" />
<meta-data
android:name="xposedscope"
android:resource="@array/module_scope" />