diff --git a/app/src/debug/res/xml/shortcuts.xml b/app/src/debug/res/xml/shortcuts.xml index d653992cc..d78c05d83 100644 --- a/app/src/debug/res/xml/shortcuts.xml +++ b/app/src/debug/res/xml/shortcuts.xml @@ -12,8 +12,8 @@ + android:targetPackage="${applicationId}" + android:targetClass="io.legado.app.ui.readbook.ReadBookActivity" /> @@ -28,8 +28,8 @@ + android:targetPackage="${applicationId}" + android:targetClass="io.legado.app.ui.main.MainActivity" /> \ No newline at end of file diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml index 639773ea7..9c5ca598d 100644 --- a/app/src/main/res/xml/shortcuts.xml +++ b/app/src/main/res/xml/shortcuts.xml @@ -12,8 +12,8 @@ + android:targetPackage="${applicationId}" + android:targetClass="io.legado.app.ui.readbook.ReadBookActivity" /> @@ -28,8 +28,8 @@ + android:targetPackage="${applicationId}" + android:targetClass="io.legado.app.ui.main.MainActivity" />