You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/xml/shortcuts.xml

17 lines
693 B
XML

xmlns:android="http://schemas.android.com/apk/res/android">
android:shortcutId="unlock_credentials"
android:enabled="true"
android:icon="@drawable/ic_credentials"
android:shortcutShortLabel="@string/credentials_unlock"
android:shortcutLongLabel="@string/credentials_unlock"
android:shortcutDisabledMessage="@string/credentials_unlock">
android:action="android.intent.action.VIEW"
android:targetPackage="name.mikanoshi.customiuizer"
android:targetClass="name.mikanoshi.customiuizer.Credentials" />
android:name="android.shortcut.conversation" />