Fix shortcuts not appearing
This commit is contained in:
parent
bf67966be8
commit
48d6eb6b00
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@
|
|||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
</activity>
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
|
||||
<activity android:name=".ui.MainActivity"
|
||||
android:theme="@style/AppTheme" />
|
||||
|
|
Loading…
Reference in a new issue