summaryrefslogtreecommitdiffstats
path: root/res/xml/device_info_status.xml
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-11-25 12:36:40 -0800
committerPauloftheWest <paulofthewest@google.com>2014-11-25 12:36:40 -0800
commit256d83dc7aeb25a24b7b3376dce24d6ea9952fac (patch)
tree9038a3028b5b3cebcfb1dac9cbb31dc53052aa5d /res/xml/device_info_status.xml
parent239d185aa727a0930f1983cd77ddaeb268adc315 (diff)
downloadpackages_apps_Settings-256d83dc7aeb25a24b7b3376dce24d6ea9952fac.zip
packages_apps_Settings-256d83dc7aeb25a24b7b3376dce24d6ea9952fac.tar.gz
packages_apps_Settings-256d83dc7aeb25a24b7b3376dce24d6ea9952fac.tar.bz2
Remove extraneous SIM status information
Bug: 18467248 Change-Id: I59aff3f979f76ca622a6a9e944398042f236f0b7
Diffstat (limited to 'res/xml/device_info_status.xml')
-rw-r--r--res/xml/device_info_status.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/xml/device_info_status.xml b/res/xml/device_info_status.xml
index 26b067b..fc6016f 100644
--- a/res/xml/device_info_status.xml
+++ b/res/xml/device_info_status.xml
@@ -29,14 +29,12 @@
android:persistent="false" />
<PreferenceScreen android:key="sim_status"
android:title="@string/sim_status_title"
- android:summary="@string/sim_status_summary"
android:persistent="false">
<intent android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.deviceinfo.SimStatus" />
</PreferenceScreen>
<PreferenceScreen android:key="imei_info"
android:title="@string/imei_information_title"
- android:summary="@string/imei_information_summary"
android:persistent="false">
<intent android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.deviceinfo.ImeiInformation" />