blob: 63e4ba4a7b0ad4dde9476f36192503928aa0cca4 [file] [log] [blame]
PauloftheWest38155612014-06-30 10:02:36 -07001<?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"
Sanket Padawe3b72ead2014-12-03 15:23:14 -080018 android:key="sim_cards"
PauloftheWest38155612014-06-30 10:02:36 -070019 android:title="@string/sim_settings_title">
20
21 <PreferenceCategory
PauloftheWest38155612014-06-30 10:02:36 -070022 android:key="sim_activities"
Sanket Padawea5011372014-10-21 14:16:12 -070023 android:title="@string/sim_pref_divider" >
PauloftheWest38155612014-06-30 10:02:36 -070024
Sanket Padawea5011372014-10-21 14:16:12 -070025 <Preference android:key="sim_cellular_data"
John Spurlock8b3766d2014-08-20 15:37:07 -040026 android:title="@string/cellular_data_title" />
PauloftheWest38155612014-06-30 10:02:36 -070027
Sanket Padawea5011372014-10-21 14:16:12 -070028 <Preference android:key="sim_calls"
PauloftheWest38155612014-06-30 10:02:36 -070029 android:title="@string/calls_title" />
30
Sanket Padawea5011372014-10-21 14:16:12 -070031 <Preference android:key="sim_sms"
John Spurlock8b3766d2014-08-20 15:37:07 -040032 android:title="@string/sms_messages_title" />
PauloftheWest38155612014-06-30 10:02:36 -070033
34 </PreferenceCategory>
35
Sanket Padawea5011372014-10-21 14:16:12 -070036
PauloftheWest38155612014-06-30 10:02:36 -070037</PreferenceScreen>