Add ims registration status
Display "IMS registration state" in Status menu. Introduce carrier config to enable/disable the feature for customization. Since some carriers require, this feature is necessary. Test: manual Checked "IMS registration state" in Status menu Bug: 28806101 Change-Id: I6c452c512f03cf41704b91331e44141ed3050cf9
This commit is contained in:
committed by
Brad Ebinger
parent
81266c97ed
commit
b7a11feaa2
@@ -89,4 +89,10 @@
|
||||
android:title="@string/status_wimax_mac_address"
|
||||
android:summary="@string/device_info_not_available"
|
||||
android:persistent="false" />
|
||||
<Preference
|
||||
android:key="ims_reg_state"
|
||||
android:enabled="false"
|
||||
android:shouldDisableView="false"
|
||||
android:title="@string/ims_reg_title"
|
||||
android:persistent="false" />
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user