summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2010-12-01 16:27:04 -0800
committerJohn Reck <jreck@google.com>2010-12-01 16:27:04 -0800
commitc8a9fead5139540cdafb7e7dcdfa8d50e98e1b34 (patch)
tree4cf149fb0ff35d5b14480f94890fbd7fdd0b735a /AndroidManifest.xml
parent111b7f6f1b256bb4261aa671d33060b0009095db (diff)
downloadpackages_apps_browser-c8a9fead5139540cdafb7e7dcdfa8d50e98e1b34.zip
packages_apps_browser-c8a9fead5139540cdafb7e7dcdfa8d50e98e1b34.tar.gz
packages_apps_browser-c8a9fead5139540cdafb7e7dcdfa8d50e98e1b34.tar.bz2
Enables hardware acceleration for general
Bug: 3244133 This tweaks the hardware acceleration settings so that the app is hardware accelerated but the BrowserActivity is not (which can then be controled dynamically) Change-Id: Iaae72c21b3a6f409cc0769a57daaaa369eb789d1
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6327bf0..955687b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,7 +41,7 @@
android:label="@string/application_name"
android:icon="@mipmap/ic_launcher_browser"
android:backupAgent=".BrowserBackupAgent"
- android:hardwareAccelerated="false"
+ android:hardwareAccelerated="true"
android:taskAffinity="android.task.browser" >
<provider android:name="BrowserProvider"
@@ -66,6 +66,7 @@
android:alwaysRetainTaskState="true"
android:configChanges="orientation|keyboardHidden"
android:theme="@style/BrowserTheme"
+ android:hardwareAccelerated="false"
android:windowSoftInputMode="adjustResize" >
<intent-filter>
<action android:name="android.speech.action.VOICE_SEARCH_RESULTS" />