Fix Homescreen Bookmarks launch configuration
Bookmarks on the homescreen will now launch using the
browser.
Change-Id: I0ee389f9435e8334075bf64b512ef73fe2a4acd3
diff --git a/src/com/android/browser/BookmarkUtils.java b/src/com/android/browser/BookmarkUtils.java
index 335a352..537530e 100644
--- a/src/com/android/browser/BookmarkUtils.java
+++ b/src/com/android/browser/BookmarkUtils.java
@@ -119,6 +119,7 @@
Bitmap touchIcon, Bitmap favicon) {
Intent i = new Intent(INSTALL_SHORTCUT);
Intent shortcutIntent = createShortcutIntent(url);
+ shortcutIntent.setPackage(context.getPackageName());
i.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
i.putExtra(Intent.EXTRA_SHORTCUT_NAME, title);
i.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon(context, touchIcon, favicon,