Add shortcut to ComposeActivity in debug builds
This commit is contained in:
15
ui/src/debug/AndroidManifest.xml
Normal file
15
ui/src/debug/AndroidManifest.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.mm20.launcher2.ui">
|
||||
|
||||
<application>
|
||||
<activity android:name=".legacy.activity.LauncherActivity">
|
||||
<meta-data
|
||||
android:name="android.app.shortcuts"
|
||||
android:resource="@xml/debug_shortcuts" />
|
||||
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user