mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user