Show ICCID in SIM status, if CarrierConfigManager allows.

Bug: 27574058
Change-Id: I5c08d31b5e8ea3c3ad79361e660256b070ff7284
This commit is contained in:
Meng Wang
2016-03-14 10:03:30 -07:00
parent 0bd0bb04b2
commit dcd0bf72b8
3 changed files with 27 additions and 0 deletions

View File

@@ -87,4 +87,11 @@
android:summary="@string/device_info_not_available"
android:persistent="false" />
<Preference android:key="iccid"
android:enabled="false"
android:shouldDisableView="false"
android:title="@string/status_iccid"
android:summary="@string/device_info_not_available"
android:persistent="false" />
</PreferenceScreen>