remove unused/redundant params to turn on HW accel
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5206896..7cbc2eb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -102,9 +102,7 @@
<activity android:name="com.android.launcher2.RocketLauncher"
android:label="@string/dream_name"
- android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
- android:hardwareAccelerated="true"
- >
+ android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />