Allow tablets to send SMS if enabled in device overlays (1/2)
Change-Id: I51771c28415352ee0838fa1507a1461c652d56e8
This commit is contained in:
@@ -247,7 +247,7 @@ public class WirelessSettings extends RestrictedSettingsFragment
|
||||
|
||||
private boolean isSmsSupported() {
|
||||
// Some tablet has sim card but could not do telephony operations. Skip those.
|
||||
return (mTm.getPhoneType() != TelephonyManager.PHONE_TYPE_NONE);
|
||||
return mTm.isSmsCapable();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user