From b6a6dd085fbb4e53d54752459bddca8af1763d3b Mon Sep 17 00:00:00 2001 From: nuaawzj <30956549+nuaawzj@users.noreply.github.com> Date: Tue, 26 Jan 2021 19:21:22 +0800 Subject: [PATCH] fix the bug that the static shortcut 'Add New Website' don't works. I think the reason is applicationId doesn't equals packageName. --- AppShortcuts/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppShortcuts/app/build.gradle b/AppShortcuts/app/build.gradle index 26ebd8e7e..6f0cd1554 100644 --- a/AppShortcuts/app/build.gradle +++ b/AppShortcuts/app/build.gradle @@ -4,7 +4,7 @@ android { compileSdkVersion 28 defaultConfig { - applicationId "com.example.android.shortcutsample" + applicationId "com.example.android.shortcuts" minSdkVersion 25 targetSdkVersion 28 }