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
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" />