summaryrefslogtreecommitdiffstats
path: root/res/xml/dashboard_categories.xml
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-06-30 10:02:36 -0700
committerPauloftheWest <paulofthewest@google.com>2014-07-24 06:41:12 -0700
commit3815561997eced7fd773062ce32eaa50bece072c (patch)
tree7c951c7caf8831c218e3554e00c67631f20feadc /res/xml/dashboard_categories.xml
parent2513851ace8d353f99146316b81a430add6d837f (diff)
downloadpackages_apps_Settings-3815561997eced7fd773062ce32eaa50bece072c.zip
packages_apps_Settings-3815561997eced7fd773062ce32eaa50bece072c.tar.gz
packages_apps_Settings-3815561997eced7fd773062ce32eaa50bece072c.tar.bz2
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
Diffstat (limited to 'res/xml/dashboard_categories.xml')
-rw-r--r--res/xml/dashboard_categories.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml
index 53a6d5a..01a4f83 100644
--- a/res/xml/dashboard_categories.xml
+++ b/res/xml/dashboard_categories.xml
@@ -38,6 +38,14 @@
android:icon="@drawable/ic_settings_bluetooth2"
/>
+ <!-- SIM Cards -->
+ <dashboard-tile
+ android:id="@+id/sim_settings"
+ android:title="@string/sim_settings_title"
+ android:fragment="com.android.settings.sim.SimSettings"
+ android:icon="@drawable/ic_sim_sd"
+ />
+
<!-- Data Usage -->
<dashboard-tile
android:id="@+id/data_usage_settings"