From 0c9c14b7864fddc7d5822d5db866ef0cc7a6d08a Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Thu, 29 Sep 2011 16:39:31 -0700 Subject: [PATCH] Add developer setting to force hardware acceleration Change-Id: I1bb3da7db4602ce7cbdfb46799c5114ce63ffed2 --- res/values/strings.xml | 5 +++++ res/xml/development_prefs.xml | 5 +++++ .../android/settings/DevelopmentSettings.java | 17 ++++++++++++++++- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 5444ff0fac7..e0e08192bcc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3474,6 +3474,11 @@ found in the list of installed applications. Screen overlay showing current CPU usage + + Force hardware acceleration + + Render applications using the GPU + Window animation scale diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 76e50aa5a75..68e24c40272 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -85,6 +85,11 @@ android:title="@string/show_cpu_usage" android:summary="@string/show_cpu_usage_summary"/> + +