summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-11-30 15:45:52 +0000
committerBen Murdoch <benm@google.com>2010-11-30 19:08:02 +0000
commitde94e405a497e955fd2bb0a0c79c1f417ab69ac7 (patch)
tree774bc1e41d34c7b7ad4408e2e4ee60996b119406 /AndroidManifest.xml
parent10200795554ffeb16bf5662fd66ae6442c6f5cf0 (diff)
downloadpackages_apps_browser-de94e405a497e955fd2bb0a0c79c1f417ab69ac7.zip
packages_apps_browser-de94e405a497e955fd2bb0a0c79c1f417ab69ac7.tar.gz
packages_apps_browser-de94e405a497e955fd2bb0a0c79c1f417ab69ac7.tar.bz2
Update AndroidManifest properties forBrowserPreferencesPage
The AndroidManifest was saying that the preferences activity was handling orientation and keyboard visibility changes, which it does not. This led to some strange layout issues, so remove the flags from the manifest and let the system take care of these configuration changes. Change-Id: I0545b6d230363d6af3e4c6dedd4cd506c6f7ff21
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aa7aa72..6327bf0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -160,8 +160,7 @@
android:configChanges="orientation|keyboardHidden">
</activity>
- <activity android:name="BrowserPreferencesPage" android:label="@string/menu_preferences"
- android:configChanges="orientation|keyboardHidden">
+ <activity android:name="BrowserPreferencesPage" android:label="@string/menu_preferences">
</activity>
<activity android:name="BrowserHistoryPage" android:label=""