Magisk/stub/src/main/AndroidManifest.xml

15 lines
534 B
XML
Raw Normal View History

2023-03-02 13:16:25 +00: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="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<application
tools:ignore="GoogleAppIndexingWarning,MissingApplicationIcon,UnusedAttribute">
</application>
</manifest>