Files
app_Settings/res/xml/sim_settings.xml
PauloftheWest 3815561997 Added SIM Card Activity to Settings
+ Added SIM Card menu to Settings menu
+ Added SIM card detail dialog when selecting a SIM Card
+ Added ability to select the default SIM for Cellular data, Calls, and SMS

Bug: 16241745

Change-Id: I43437aa4c591c5097a8865d564f88726671e1b7d
2014-07-24 06:41:12 -07:00

45 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/sim_settings_title">
<PreferenceCategory
android:key="sim_cards"
android:title="@string/sim_settings_title" />
<PreferenceCategory
android:key="sim_activities"
android:title="@string/sim_pref_divider">
<com.android.settings.notification.DropDownPreference
android:key="sim_cellular_data"
android:title="@string/cellular_data_title"
android:dialogTitle="@string/cellular_data_title" />
<com.android.settings.notification.DropDownPreference
android:key="sim_calls"
android:title="@string/calls_title" />
<com.android.settings.notification.DropDownPreference
android:key="sim_sms"
android:title="@string/sms_messages_title"
android:dialogTitle="@string/sms_messages_title" />
</PreferenceCategory>
</PreferenceScreen>