blob: 877cd6286894f95bba4e1ac0d05df47ef3cdad73 [file] [log] [blame]
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -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
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang74c61d12017-11-17 16:49:54 -080018 xmlns:settings="http://schemas.android.com/apk/res-auto"
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -070019 android:title="@string/print_print_job">
20
21 <Preference
Stanley Wang5eb6e6d2018-11-02 19:39:25 +080022 android:key="print_job_preference"
23 android:title="@string/print_print_job"
24 settings:controller="com.android.settings.print.PrintJobPreferenceController">
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -070025 </Preference>
26
27 <Preference
28 android:key="print_job_message_preference"
Jason Monk39b46742015-09-10 15:52:51 -040029 android:layout="@layout/print_job_summary"
Stanley Wang5eb6e6d2018-11-02 19:39:25 +080030 android:selectable="false"
31 settings:controller="com.android.settings.print.PrintJobMessagePreferenceController">
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -070032 </Preference>
33
34</PreferenceScreen>