Skip to content

Commit

Permalink
Settings: Update gesture and security prefs
Browse files Browse the repository at this point in the history
Signed-off-by: Alvin Francis <[email protected]>
  • Loading branch information
nivlafx authored and NurKeinNeid committed Dec 1, 2024
1 parent eb79019 commit 3b89cab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
13 changes: 0 additions & 13 deletions res/xml/gesture_navigation_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,6 @@
settings:textEnd="@string/back_height_high_label"/>
</PreferenceCategory>

<PreferenceCategory
android:key="search_gesture_category"
android:persistent="false"
android:title="@string/search_gesture_category_title"
settings:controller="com.google.android.settings.gestures.GestureNavigationSettingsGoogleSearchController">
<SwitchPreferenceCompat
android:key="search_gesture_press_hold"
android:summary="@string/search_press_hold_gesture_summary"
android:title="@string/search_press_hold_gesture_title"
settings:controller="com.google.android.settings.gestures.GestureNavigationSettingsGoogleSearchController"
settings:highlightableMenuKey="@string/menu_key_system" />
</PreferenceCategory>

<PreferenceCategory
android:key="back_sensitivity_category"
android:persistent="false"
Expand Down
12 changes: 6 additions & 6 deletions res/xml/security_lockscreen_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
android:summary="@string/summary_placeholder"
settings:keywords="@string/keywords_lock_screen_notif"/>

<com.android.settingslib.RestrictedSwitchPreference
android:key="enable_glanceable_hub_toggle"
android:title="@string/enable_glanceable_hub_toggle"
android:summary="@string/enable_glanceable_hub_toggle_summary"
settings:controller="com.google.android.settings.communal.GlanceableHubTogglePreferenceController"/>

<com.android.settingslib.RestrictedSwitchPreference
android:key="security_display_lockscreen_bypass"
android:title="@string/lockscreen_bypass_title"
Expand Down Expand Up @@ -82,12 +88,6 @@
android:summary="@string/lockscreen_double_line_clock_summary"
settings:controller="com.android.settings.display.LockscreenClockPreferenceController" />

<SwitchPreferenceCompat
android:key="lockscreen_show_weather_switch"
android:summary="@string/lockscreen_show_weather_summary"
android:title="@string/lockscreen_show_weather_title"
settings:controller="com.google.android.settings.display.LockscreenWeatherPreferenceController" />

<Preference
android:key="android.theme.customization.lockscreen_clock_font"
android:title="@string/theme_customization_lock_clock_title"
Expand Down

0 comments on commit 3b89cab

Please sign in to comment.