summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/values/config.xml3
2 files changed, 1 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 520689681..7cbc2eb39 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" />
diff --git a/res/values/config.xml b/res/values/config.xml
index de05a4b17..44ba589c8 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -1,7 +1,4 @@
<resources>
-<!-- System -->
- <bool name="config_hardwareAccelerated">false</bool>
-
<!-- AllApps/Customize/AppsCustomize -->
<!-- Fade in/out duration of icons being dragged from the trays -->
<integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>