blob: 45d822562db6305383f15c957bef9d1cb16801d9 [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"
18 android:title="@string/sim_settings_title">
19
20 <PreferenceCategory
21 android:key="sim_cards"
22 android:title="@string/sim_settings_title" />
23
24 <PreferenceCategory
25 android:key="sim_activities"
Sanket Padawea5011372014-10-21 14:16:12 -070026 android:title="@string/sim_pref_divider" >
PauloftheWest38155612014-06-30 10:02:36 -070027
Sanket Padawea5011372014-10-21 14:16:12 -070028 <Preference android:key="sim_cellular_data"
John Spurlock8b3766d2014-08-20 15:37:07 -040029 android:title="@string/cellular_data_title" />
PauloftheWest38155612014-06-30 10:02:36 -070030
Sanket Padawea5011372014-10-21 14:16:12 -070031 <Preference android:key="sim_calls"
PauloftheWest38155612014-06-30 10:02:36 -070032 android:title="@string/calls_title" />
33
Sanket Padawea5011372014-10-21 14:16:12 -070034 <Preference android:key="sim_sms"
John Spurlock8b3766d2014-08-20 15:37:07 -040035 android:title="@string/sms_messages_title" />
PauloftheWest38155612014-06-30 10:02:36 -070036
37 </PreferenceCategory>
38
Sanket Padawea5011372014-10-21 14:16:12 -070039
PauloftheWest38155612014-06-30 10:02:36 -070040</PreferenceScreen>