summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2010-08-25 12:57:38 -0700
committerMichael Kolb <kolby@google.com>2010-08-25 13:00:32 -0700
commit801ecb73006a3062cdfeacf7ad6016e0a358671c (patch)
treefdada90c88698f5ea20f0a2bcaa40e13262da655 /AndroidManifest.xml
parent0998b0a02bcb8606881df8ed6ae204b5367ca4f9 (diff)
downloadandroid_packages_apps_Gello-801ecb73006a3062cdfeacf7ad6016e0a358671c.tar.gz
android_packages_apps_Gello-801ecb73006a3062cdfeacf7ad6016e0a358671c.tar.bz2
android_packages_apps_Gello-801ecb73006a3062cdfeacf7ad6016e0a358671c.zip
fixed adding bookmark shortcut from home screen
bug: http://b/issue?id=2948937 added shortcut activity to host bookmarks page fragment Change-Id: I39db8985b3c07fae6ca800cc57da3747040cb814
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 14e8aeb5..8ccb634c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -152,8 +152,8 @@
android:launchMode="singleTop" android:configChanges="orientation|keyboardHidden">
</activity>
- <activity-alias android:name="ShortcutBookmarksPage"
- android:targetActivity="BrowserBookmarksPage"
+ <activity android:name="ShortcutActivity"
+ android:theme="@style/ShortcutTheme"
android:label="@string/shortcut_bookmark"
android:icon="@drawable/ic_launcher_shortcut_browser_bookmark">
@@ -162,7 +162,7 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
- </activity-alias>
+ </activity>
<activity android:name="BrowserDownloadPage" android:label=""
android:configChanges="orientation|keyboardHidden">