Allow overlays to disable hw acceleration
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7cbc2eb..63e3c66 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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