blob: d336395d02a1896642c1ae96af531633e4467cbe [file] [log] [blame]
Amith Yamasani9e6ac3d2014-06-30 15:31:37 +05301<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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">
Amith Yamasani9e6ac3d2014-06-30 15:31:37 +053019
Andras Kloczl4d7d4ef2020-04-21 11:32:12 +010020
21 <com.android.settingslib.RestrictedPreference
22 android:key="switch_user"
23 android:icon="@drawable/ic_swap" />
Amith Yamasani9e6ac3d2014-06-30 15:31:37 +053024 <SwitchPreference
25 android:key="enable_calling"
Andras Kloczl4d7d4ef2020-04-21 11:32:12 +010026 android:icon="@drawable/ic_phone"
Jason Monk31c7c322016-01-20 14:41:52 -050027 android:title="@string/user_enable_calling_sms" />
Sudheer Shanka682a9162016-01-13 22:10:18 +000028 <com.android.settingslib.RestrictedPreference
Amith Yamasani9e6ac3d2014-06-30 15:31:37 +053029 android:key="remove_user"
Andras Kloczl4d7d4ef2020-04-21 11:32:12 +010030 android:icon="@drawable/ic_delete"
Sudheer Shanka9e9e63b2016-02-11 18:48:14 +000031 settings:userRestriction="no_remove_user"
Sudheer Shankaba1a68b2016-01-25 22:39:34 +000032 settings:useAdminDisabledSummary="true" />
Amith Yamasani9e6ac3d2014-06-30 15:31:37 +053033
Jason Monk31c7c322016-01-20 14:41:52 -050034</PreferenceScreen>