Cherish: Add Game Space shortcut pref
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -747,5 +747,9 @@
|
||||
<string name="pulse_custom_div">Bar spacing</string>
|
||||
<string name="pulse_filled_block_size">Block size</string>
|
||||
<string name="pulse_empty_block_size">Block spacing</string>
|
||||
|
||||
<!-- Gaming mode -->
|
||||
<string name="gaming_mode_title">Game space</string>
|
||||
<string name="gaming_mode_summary">Extra features for immersive gaming experience</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -30,6 +30,19 @@
|
||||
android:summary="@string/charging_animation_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<!-- Gaming mode -->
|
||||
<Preference
|
||||
android:key="gaming_mode"
|
||||
android:title="@string/gaming_mode_title"
|
||||
android:summary="@string/gaming_mode_summary">
|
||||
|
||||
<intent
|
||||
android:action="android.intent.action.MAIN"
|
||||
android:targetPackage="org.exthmui.game"
|
||||
android:targetClass="org.exthmui.game.ui.MainActivity" />
|
||||
</Preference>
|
||||
|
||||
|
||||
<!-- Display Cutout -->
|
||||
<Preference
|
||||
android:key="display_cutout_force_fullscreen_settings"
|
||||
|
||||
Reference in New Issue
Block a user