removing the shortcut category
This commit is contained in:
parent
f7042ac3c0
commit
7f87cc3412
|
@ -9,7 +9,7 @@
|
||||||
android:shortcutDisabledMessage="@string/new_event"
|
android:shortcutDisabledMessage="@string/new_event"
|
||||||
android:shortcutId="new_event"
|
android:shortcutId="new_event"
|
||||||
android:shortcutLongLabel="@string/new_event"
|
android:shortcutLongLabel="@string/new_event"
|
||||||
android:shortcutShortLabel="@string/new_event "
|
android:shortcutShortLabel="@string/new_event"
|
||||||
tools:targetApi="n_mr1">
|
tools:targetApi="n_mr1">
|
||||||
|
|
||||||
<intent
|
<intent
|
||||||
|
@ -17,8 +17,5 @@
|
||||||
android:targetClass="com.simplemobiletools.calendar.pro.activities.SplashActivity"
|
android:targetClass="com.simplemobiletools.calendar.pro.activities.SplashActivity"
|
||||||
android:targetPackage="${applicationId}"/>
|
android:targetPackage="${applicationId}"/>
|
||||||
|
|
||||||
<categories
|
|
||||||
android:name="android.shortcut.conversation"/>
|
|
||||||
|
|
||||||
</shortcut>
|
</shortcut>
|
||||||
</shortcuts>
|
</shortcuts>
|
||||||
|
|
Loading…
Reference in New Issue