| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2015 DarkKat |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <PreferenceScreen |
| android:title="@string/lock_screen_title" |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> |
| |
| <com.android.settings.broken.SystemSettingSwitchPreference |
| android:key="lockscreen_see_through" |
| android:title="@string/lockscreen_see_through_title" |
| android:summary="@string/lockscreen_see_through_summary" |
| android:defaultValue="false" /> |
| |
| <com.android.settings.widget.SeekBarPreferenceCham |
| android:key="lockscreen_blur_radius" |
| android:title="@string/lockscreen_blur_radius" |
| android:max="25" |
| settings:min="0" |
| android:defaultValue="14" |
| android:dependency="lockscreen_see_through" /> |
| |
| <PreferenceScreen |
| android:key="lock_screen_color_settings" |
| android:title="@string/colors_title" |
| android:summary="@string/lock_screen_color_settings_summary" |
| android:fragment="com.android.settings.broken.LockScreenColorSettings" /> |
| |
| <PreferenceScreen |
| android:key="lock_screen_shortcuts_settings" |
| android:title="@string/lock_screen_shortcuts_settings_title" |
| android:summary="@string/lock_screen_shortcuts_settings_summary" |
| android:fragment="com.android.settings.broken.LockScreenShortcutsSettings" /> |
| |
| <PreferenceScreen |
| android:key="lockscreen_shortcuts" |
| android:fragment="com.android.settings.broken.dslv.ActionListViewSettings" |
| android:summary="@string/lockscreen_shortcuts_summary" |
| android:title="@string/lockscreen_shortcuts_title"> |
| <extra android:name="actionMode" android:value="4" /> |
| <extra android:name="maxAllowedActions" android:value="5" /> |
| <extra android:name="disableLongpress" android:value="true" /> |
| <extra android:name="useAppPickerOnly" android:value="true" /> |
| <extra android:name="fragment" android:value="com.android.settings.broken.fragments.LockscreenShortcutFragment" /> |
| </PreferenceScreen> |
| |
| <PreferenceScreen |
| android:key="lockscreen_wallpaper" |
| android:title="@string/lockscreen_wallpaper_title" |
| android:summary="@string/lockscreen_wallpaper_summary"> |
| <intent |
| android:targetPackage="com.slim.wallpaperpicker" |
| android:targetClass="com.slim.wallpaperpicker.WallpaperPickerActivity"> |
| <extra android:name="keyguardMode" android:value="true" /> |
| </intent> |
| </PreferenceScreen> |
| |
| <PreferenceScreen |
| android:key="lock_screen_weather_settings" |
| android:title="@string/lock_screen_weather_settings_title" |
| android:summary="@string/lock_screen_weather_settings_summary" |
| android:fragment="com.android.settings.broken.LockScreenWeatherSettings" /> |
| |
| <com.android.settings.broken.SystemSettingSwitchPreference |
| android:key="double_tap_sleep_anywhere" |
| android:title="@string/double_tap_sleep_anywhere_title" |
| android:summary="@string/double_tap_sleep_anywhere_summary" /> |
| |
| <com.android.settings.broken.SecureSettingSwitchPreference |
| android:key="long_press_lock_icon_torch" |
| android:title="@string/longpress_lock_icon_torch_title" |
| android:summary="@string/longpress_lock_icon_torch_summary" /> |
| |
| </PreferenceScreen> |