aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/values/strings.xml4
-rw-r--r--app/src/main/res/xml/gaming_dashboard_fragment.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 142d9e1..826f7fc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -83,4 +83,8 @@
<string name="custom_seekbar_default_value">by default</string>
<string name="custom_seekbar_default_value_to_set">Default value: <xliff:g id="v">%s</xliff:g>\nLong tap to set</string>
<string name="custom_seekbar_default_value_is_set">Default value is set</string>
+
+ <!-- Game Props -->
+ <string name="game_props_title">Use GameProps</string>
+ <string name="game_props_summary">Spoof your device as a different model for specific games to unlock higher FPS</string>
</resources>
diff --git a/app/src/main/res/xml/gaming_dashboard_fragment.xml b/app/src/main/res/xml/gaming_dashboard_fragment.xml
index 1ae9948..3a6891c 100644
--- a/app/src/main/res/xml/gaming_dashboard_fragment.xml
+++ b/app/src/main/res/xml/gaming_dashboard_fragment.xml
@@ -29,6 +29,12 @@
android:title="@string/enable_gaming_mode"
android:defaultValue="false" />
+ <com.aicp.gear.preference.SystemPropSwitchPreference
+ android:key="persist.aicp.games_props"
+ android:title="@string/game_props_title"
+ android:summary="@string/game_props_summary"
+ android:defaultValue="false" />
+
<Preference
android:key="app_list_fragment"
android:title="@string/gaming_mode_apps_title"