From 439c9a58765aa6aab95d55422ee61ea8360e912d Mon Sep 17 00:00:00 2001 From: John Reck Date: Tue, 14 Dec 2010 10:04:39 -0800 Subject: Spec update for Bookmark widget Bug: 3286323 This updates both the assets for the bookmark widget and slightly alters its behavior to match the updated spec. There are now two touch targets in the header, one launches the browser and the other launches the bookmarks view. Change-Id: I1e8864983852af8421280b86421dea1d9ed4335e --- src/com/android/browser/BrowserActivity.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/com/android/browser/BrowserActivity.java') diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java index 8282eb0..ba5ba29 100644 --- a/src/com/android/browser/BrowserActivity.java +++ b/src/com/android/browser/BrowserActivity.java @@ -39,6 +39,8 @@ import android.view.accessibility.AccessibilityManager; public class BrowserActivity extends Activity { + public static final String ACTION_SHOW_BOOKMARKS = "show_bookmarks"; + public static final String ACTION_SHOW_BROWSER = "show_browser"; public static final String ACTION_RESTART = "--restart--"; private static final String EXTRA_STATE = "state"; -- cgit v1.1