Turning on hardware acceleration by default for all devices
(if a device isn't HW accelerated, this flag should have no effect)
This commit is contained in:
parent
e61c6a35b2
commit
e72300ee59
|
@ -67,7 +67,7 @@
|
|||
android:process="@string/process"
|
||||
android:label="@string/application_name"
|
||||
android:icon="@drawable/ic_launcher_home"
|
||||
android:hardwareAccelerated="@bool/config_hardwareAccelerated"
|
||||
android:hardwareAccelerated="true"
|
||||
android:largeHeap="true">
|
||||
|
||||
<activity
|
||||
|
|
Loading…
Reference in New Issue