mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
21 lines
641 B
XML
21 lines
641 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="com.topjohnwu.magisk">
|
||
|
|
||
|
<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
|
||
|
android:appComponentFactory="%s"
|
||
|
android:name="%s"
|
||
|
tools:ignore="GoogleAppIndexingWarning,MissingApplicationIcon,UnusedAttribute">
|
||
|
|
||
|
%s
|
||
|
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|