cleaning up hardware acceleration XML value a bit
(switch from integer -> bool)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4918aab..4aa5d68 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="@integer/config_hardwareAccelerated">
+        android:hardwareAccelerated="@bool/config_hardwareAccelerated">
 
         <activity
             android:name="com.android.launcher2.Launcher"