blob: 1919e53a88c4121f5415995cce953bc78ebce0e3 [file] [log] [blame]
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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
Fan Zhang823dde52017-10-26 15:56:41 -070017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang74c61d12017-11-17 16:49:54 -080019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fan Zhang2edbaa72018-02-09 16:39:27 -080020 android:title="@string/print_settings"
Fan Zhang823dde52017-10-26 15:56:41 -070021 settings:keywords="@string/keywords_printing">
22
23 <PreferenceCategory
24 android:key="print_jobs_category"
25 android:title="@string/print_print_jobs"
26 android:order="0" />
27
28 <PreferenceCategory
29 android:key="print_services_category"
Fabrice Di Meglioe6b336d2014-07-10 14:59:46 -070030 android:title="@string/print_settings_title"
Fan Zhang823dde52017-10-26 15:56:41 -070031 android:order="1" />
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -070032
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -070033</PreferenceScreen>