PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 1 | <?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 Padawe | 3b72ead | 2014-12-03 15:23:14 -0800 | [diff] [blame] | 18 | android:key="sim_cards" |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 19 | android:title="@string/sim_settings_title"> |
| 20 | |
| 21 | <PreferenceCategory |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 22 | android:key="sim_activities" |
Sanket Padawe | a501137 | 2014-10-21 14:16:12 -0700 | [diff] [blame] | 23 | android:title="@string/sim_pref_divider" > |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 24 | |
Sanket Padawe | a501137 | 2014-10-21 14:16:12 -0700 | [diff] [blame] | 25 | <Preference android:key="sim_cellular_data" |
John Spurlock | 8b3766d | 2014-08-20 15:37:07 -0400 | [diff] [blame] | 26 | android:title="@string/cellular_data_title" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 27 | |
Sanket Padawe | a501137 | 2014-10-21 14:16:12 -0700 | [diff] [blame] | 28 | <Preference android:key="sim_calls" |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 29 | android:title="@string/calls_title" /> |
| 30 | |
Sanket Padawe | a501137 | 2014-10-21 14:16:12 -0700 | [diff] [blame] | 31 | <Preference android:key="sim_sms" |
John Spurlock | 8b3766d | 2014-08-20 15:37:07 -0400 | [diff] [blame] | 32 | android:title="@string/sms_messages_title" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 33 | |
| 34 | </PreferenceCategory> |
| 35 | |
Sanket Padawe | a501137 | 2014-10-21 14:16:12 -0700 | [diff] [blame] | 36 | |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 37 | </PreferenceScreen> |