diff --git a/apps/SdkSetup/src/com/android/sdksetup/DefaultActivity.java b/apps/SdkSetup/src/com/android/sdksetup/DefaultActivity.java index 457f4a769..15b5fb5b6 100644 --- a/apps/SdkSetup/src/com/android/sdksetup/DefaultActivity.java +++ b/apps/SdkSetup/src/com/android/sdksetup/DefaultActivity.java @@ -86,8 +86,11 @@ public class DefaultActivity extends Activity { // Disable offload wifi tethering Settings.Global.putInt(getContentResolver(), Settings.Global.TETHER_OFFLOAD_DISABLED, 1); - TelephonyManager mTelephony = getApplicationContext().getSystemService(TelephonyManager.class); - mTelephony.setPreferredNetworkTypeBitmask(TelephonyManager.NETWORK_TYPE_BITMASK_NR); + // b/193418404 + // the following blocks, TODO: find out why and fix it. disable this for now. + // TelephonyManager mTelephony = getApplicationContext().getSystemService(TelephonyManager.class); + // mTelephony.setPreferredNetworkTypeBitmask(TelephonyManager.NETWORK_TYPE_BITMASK_NR); + } // remove this activity from the package manager.