Magisk/app/stub/src/main/AndroidManifest.xml

14 lines
382 B
XML
Raw Normal View History

2023-03-02 21:16:25 +08:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:maxSdkVersion="25" />
2023-03-02 21:16:25 +08:00
2023-03-02 20:32:13 -08:00
<application tools:ignore="MissingApplicationIcon">
2023-03-02 21:16:25 +08:00
</application>
</manifest>