mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-05 01:19:44 +08:00
25 lines
848 B
XML
25 lines
848 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
package="io.github.lsposed.disableflagsecure">
|
||
|
|
||
|
<application
|
||
|
android:allowBackup="true"
|
||
|
android:label="@string/app_name"
|
||
|
android:supportsRtl="true"
|
||
|
tools:ignore="AllowBackup,MissingApplicationIcon">
|
||
|
<meta-data
|
||
|
android:name="xposedmodule"
|
||
|
android:value="true" />
|
||
|
<meta-data
|
||
|
android:name="xposeddescription"
|
||
|
android:value="@string/xposed_description" />
|
||
|
<meta-data
|
||
|
android:name="xposedminversion"
|
||
|
android:value="53" />
|
||
|
<meta-data
|
||
|
android:name="xposedscope"
|
||
|
android:resource="@array/scope" />
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|