OSDN Git Service

Need to add touch icon when adding bookmark through menu.
authorGrace Kloba <klobag@google.com>
Wed, 16 Sep 2009 07:48:57 +0000 (00:48 -0700)
committerGrace Kloba <klobag@google.com>
Wed, 16 Sep 2009 16:26:16 +0000 (09:26 -0700)
Fix http://b/issue?id=2123469

src/com/android/browser/BrowserActivity.java

index 896660b..d4cd7eb 100644 (file)
@@ -1440,6 +1440,7 @@ public class BrowserActivity extends Activity
                 WebView w = getTopWindow();
                 i.putExtra("url", w.getUrl());
                 i.putExtra("title", w.getTitle());
+                i.putExtra("touch_icon_url", w.getTouchIconUrl());
                 startActivity(i);
                 break;