CB-1362: We should add android:hardwareAccelerated=true to the template manifest.xml

This commit is contained in:
Simon MacDonald 2012-09-13 10:58:48 -04:00
parent eb49e011e2
commit 37b3e980dc

View File

@ -47,6 +47,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name" <application android:icon="@drawable/icon" android:label="@string/app_name"
android:hardwareAccelerated="true"
android:debuggable="true"> android:debuggable="true">
<activity android:name="__ACTIVITY__" android:label="@string/app_name" <activity android:name="__ACTIVITY__" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"> android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">