summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-07-06 16:30:38 +0100
committerBen Murdoch <benm@google.com>2010-07-09 13:54:14 +0100
commiteecb4e6cb64af03aad3f9facdbf6fd7190091b41 (patch)
tree4ca0e78bd031a7d64cc5fc3161dad4d15d01722f /AndroidManifest.xml
parent6af492aeddda96c749142885e3b49455aa336309 (diff)
downloadpackages_apps_browser-eecb4e6cb64af03aad3f9facdbf6fd7190091b41.zip
packages_apps_browser-eecb4e6cb64af03aad3f9facdbf6fd7190091b41.tar.gz
packages_apps_browser-eecb4e6cb64af03aad3f9facdbf6fd7190091b41.tar.bz2
Improve the visibility and discoverability of the "add shortcut
to home" functionality in the Browser. When the user selects the bookmark button adjacent to the URL bar they will be prompted to either add a new bookmark for the current page or add a shortcut to the current page to their homescreen, rather than being taken to the bookmark management activity. The bookmarks button on the options menu will still take the user directly to the bookmark management activity. Bug: b/2794945 Change-Id: I07190250379f1d6e2fe6b8ea280317949cd58b15
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7e98019..b46a41f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -184,6 +184,10 @@
</intent-filter>
</activity>
+ <activity android:name="SaveToHomescreenDialog" android:label="Save to homescreen" android:theme="@android:style/Theme.Dialog"
+ android:configChanges="orientation|keyboardHidden" android:windowSoftInputMode="stateHidden">
+ </activity>
+
<!--receiver android:name=".widget.BookmarkWidgetProvider" android:label="@string/bookmarks">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />