blob: c40eaf542f63afbf233a1bdc4acdacdf36411e60 [file] [log] [blame]
kholoud mohamed14a887f2020-01-29 17:38:31 +00001<?xml version="1.0" encoding="utf-8"?>
Sunny Shaoee4ec4b2020-05-27 17:21:24 +08002<!-- Copyright (C) 2020 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-->
kholoud mohamed14a887f2020-01-29 17:38:31 +000016
kholoud mohamed4d0edf32020-03-18 17:00:50 +000017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
kholoud mohamed14a887f2020-01-29 17:38:31 +000019 android:title="@string/interact_across_profiles_title">
20
kholoud mohamed4d0edf32020-03-18 17:00:50 +000021 <com.android.settingslib.widget.LayoutPreference
22 android:key="interact_across_profiles_header"
23 android:layout="@layout/cross_profiles_settings_entity_header"
24 android:selectable="false"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +000025
kholoud mohamed4d0edf32020-03-18 17:00:50 +000026 <com.android.settings.widget.CardPreference
27 android:key="install_app_banner"
28 android:icon="@drawable/ic_download_for_offline"
29 android:gravity="top"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +000030
Sunny Shaoee4ec4b2020-05-27 17:21:24 +080031 <com.android.settings.widget.FilterTouchesRestrictedSwitchPreference
kholoud mohamed4d0edf32020-03-18 17:00:50 +000032 android:key="interact_across_profiles_settings_switch" />
kholoud mohamed14a887f2020-01-29 17:38:31 +000033
kholoud mohamed4d0edf32020-03-18 17:00:50 +000034 <Preference
35 android:summary="@string/interact_across_profiles_summary_1"
36 android:selectable="false" />
37
38 <Preference
39 android:summary="@string/interact_across_profiles_summary_2"
40 android:selectable="false" />
kholoud mohamed14a887f2020-01-29 17:38:31 +000041</PreferenceScreen>