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:
@@ -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