mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 10:01:26 +08:00
Remove shortcuts.xml and Android-Plugin-Framework
This commit is contained in:
@@ -30,12 +30,6 @@
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
|
||||
<!--
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
-->
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".tools.TimeScreenActivity"
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user