From 2581ebca16ef8885cd1ed683030fab02949cd738 Mon Sep 17 00:00:00 2001 From: kunfei Date: Mon, 9 Sep 2019 16:18:39 +0800 Subject: [PATCH] up --- app/src/debug/res/xml/shortcuts.xml | 8 ++++---- app/src/main/res/xml/shortcuts.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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" />