diff options
| author | humberos <humberos@gmail.com> | 2012-09-06 09:16:29 -0300 |
|---|---|---|
| committer | humberos <humberos@gmail.com> | 2012-09-10 19:53:38 -0300 |
| commit | 42356b75fc74a2a7b38349a99a83c212d8a94f96 (patch) | |
| tree | 786c8be2ddeaa6103be78422eb2ea83c8eb7627f /GNexusParts/res/xml | |
| parent | 07acde36832b05b013e40d4e7f75d2d563cdd88d (diff) | |
| download | device_samsung_tuna-42356b75fc74a2a7b38349a99a83c212d8a94f96.tar.gz device_samsung_tuna-42356b75fc74a2a7b38349a99a83c212d8a94f96.tar.bz2 device_samsung_tuna-42356b75fc74a2a7b38349a99a83c212d8a94f96.zip | |
Add GPU@OC support change by sysfs
Change-Id: I0e56cffb24dedf184339694094fe5ab602b3b939
Diffstat (limited to 'GNexusParts/res/xml')
| -rw-r--r-- | GNexusParts/res/xml/overclock_preferences.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/GNexusParts/res/xml/overclock_preferences.xml b/GNexusParts/res/xml/overclock_preferences.xml new file mode 100644 index 0000000..551275b --- /dev/null +++ b/GNexusParts/res/xml/overclock_preferences.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> + + <ListPreference + android:key="gpu_overclock" + android:title="@string/gpu_overclock_title" + android:entries="@array/gpu_overclock_entries" + android:entryValues="@array/gpu_overclock_values" + android:defaultValue="0" /> + +</PreferenceScreen> |
