OSDN Git Service

Merge "Fix search indexing for encryption_and_credential page" into oc-dr1-dev
[android-x86/packages-apps-Settings.git] / res / xml / configure_notification_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2015 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18                   android:title="@string/configure_notification_settings"
19                   android:key="configure_notification_settings">
20
21     <PreferenceCategory
22         android:key="dashboard_tile_placeholder"
23         android:order="1"/>
24
25     <!-- Notification badging -->
26     <SwitchPreference
27         android:key="notification_badging"
28         android:title="@string/notification_badging_title"/>
29
30     <!-- Pulse notification light -->
31     <SwitchPreference
32         android:key="notification_pulse"
33         android:title="@string/notification_pulse_title"/>
34
35     <!-- When device is locked -->
36     <com.android.settings.notification.RestrictedDropDownPreference
37         android:key="lock_screen_notifications"
38         android:title="@string/lock_screen_notifications_title"
39         android:summary="@string/summary_placeholder"/>
40
41     <SwitchPreference
42         android:key="gesture_swipe_down_fingerprint_notifications"
43         android:title="@string/fingerprint_swipe_for_notifications_title"
44         android:summary="@string/fingerprint_swipe_for_notifications_summary"/>
45
46     <PreferenceCategory
47         android:key="lock_screen_notifications_profile_header"
48         android:title="@string/profile_section_header">
49
50         <com.android.settings.notification.RestrictedDropDownPreference
51             android:key="lock_screen_notifications_profile"
52             android:title="@string/lock_screen_notifications_title"
53             android:summary="@string/summary_placeholder"/>
54
55     </PreferenceCategory>
56
57 </PreferenceScreen>