mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-29 04:55:23 +00:00
678c07fff5
use device credential to support more devices and second user
14 lines
382 B
XML
14 lines
382 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">
|
|
|
|
<uses-permission
|
|
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
|
|
android:maxSdkVersion="25" />
|
|
|
|
<application tools:ignore="MissingApplicationIcon">
|
|
</application>
|
|
|
|
</manifest>
|