diff options
author | Wink Saville <wink@google.com> | 2011-09-22 15:17:00 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2011-09-22 15:17:00 -0700 |
commit | 382a75b105506f9ef8e6e735fcfa40ddccbd87cc (patch) | |
tree | dc900f14b8cf1d39c3927abd0973c06473c84582 /res/layout/radio_info.xml | |
parent | 89cd48cd8e01081f470ea299dbf841a0099226ae (diff) | |
download | packages_apps_settings-382a75b105506f9ef8e6e735fcfa40ddccbd87cc.zip packages_apps_settings-382a75b105506f9ef8e6e735fcfa40ddccbd87cc.tar.gz packages_apps_settings-382a75b105506f9ef8e6e735fcfa40ddccbd87cc.tar.bz2 |
Add a button to enable/disable Mobile Terminated SMS over IMS
This toggles persist.radio.imsallowmtsms between 0/1 which can
be used during testing and bring up of SMS over IMS.
Change-Id: I4581bca76899445e825260e8af6a39903d029c44
Diffstat (limited to 'res/layout/radio_info.xml')
-rw-r--r-- | res/layout/radio_info.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml index 0592b3f..02e321a 100644 --- a/res/layout/radio_info.xml +++ b/res/layout/radio_info.xml @@ -204,6 +204,14 @@ android:layout_height="wrap_content" /> + <!-- SMS over IMS --> + <Button android:id="@+id/sms_over_ims" + android:textSize="14sp" + android:layout_marginTop="8dip" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + /> + <!-- SMSC --> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content"> |