Remove shortcuts.xml and Android-Plugin-Framework

This commit is contained in:
2022-04-07 17:16:22 +08:00
parent 5b5512a55a
commit e34451ea47
5 changed files with 8 additions and 41 deletions

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<shortcut
android:enabled="true"
android:icon="@mipmap/ic_launcher_round"
android:shortcutDisabledMessage="@string/shortcutDisabledMessage"
android:shortcutId="main"
android:shortcutLongLabel="@string/shortcutLongLabel"
android:shortcutShortLabel="@string/shortcutShortLabel">
<intent
android:action="android.intent.action.VIEW"
android:targetClass="com.fatapp.oxygentoolbox.MainActivity"
android:targetPackage="com.fatapp.oxygentoolbox" />
<categories android:name="android.shortcut.conversation" />
</shortcut>
</shortcuts>