Allow overlays to disable hw acceleration
This commit is contained in:
parent
1dfdf234cc
commit
f2ff7d9f3e
|
@ -67,7 +67,7 @@
|
|||
android:process="@string/process"
|
||||
android:label="@string/application_name"
|
||||
android:icon="@drawable/ic_launcher_home"
|
||||
android:hardwareAccelerated="true"
|
||||
android:hardwareAccelerated="@bool/config_hardwareAccelerated"
|
||||
android:largeHeap="true">
|
||||
|
||||
<activity
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<resources>
|
||||
<bool name="config_hardwareAccelerated">true</bool>
|
||||
<!-- AllApps/Customize/AppsCustomize -->
|
||||
<!-- Fade in/out duration of icons being dragged from the trays -->
|
||||
<integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>
|
||||
|
|
Loading…
Reference in New Issue