mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
Fix Android 7+ shortcuts
This commit is contained in:
parent
131984d059
commit
cd7e7d445a
1 changed files with 3 additions and 3 deletions
|
@ -22,6 +22,9 @@
|
|||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
@ -39,9 +42,6 @@
|
|||
<meta-data
|
||||
android:name="android.app.default_searchable"
|
||||
android:value="it.niedermann.owncloud.notes.android.activity.NotesListViewActivity" />
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
|
Loading…
Reference in a new issue