commit | 7865acd6a9ee93303453bfa4dc623c67ae888174 | [log] [tgz] |
---|---|---|
author | Ayan Mukherjee <mukherjeeayan725@gmail.com> | Sun Mar 27 17:10:16 2022 -0400 |
committer | Ayan Mukherjee <mukherjeeayan725@gmail.com> | Sun Mar 27 17:10:16 2022 -0400 |
tree | b2dcbb9ccccd7a3fd5f9497b909d30f6ba31b961 | |
parent | f998c82ef8548a57f66547ac3e0d783994cc279d [diff] | |
parent | e6676b70172a1c32fe97dc1b218af5de90561a52 [diff] |
Merge tag 'android-12.1.0_r1' of https://android.googlesource.com/platform/packages/modules/Connectivity into HEAD Android 12.1.0 release 1 Change-Id: I5e28321bd2331f779815be5f670389efe92bef6d
diff --git a/Tethering/src/com/android/networkstack/tethering/TetheringConfiguration.java b/Tethering/src/com/android/networkstack/tethering/TetheringConfiguration.java index b6240c4..e716a64 100644 --- a/Tethering/src/com/android/networkstack/tethering/TetheringConfiguration.java +++ b/Tethering/src/com/android/networkstack/tethering/TetheringConfiguration.java
@@ -370,10 +370,7 @@ /** Check whether dun is required. */ public static boolean checkDunRequired(Context ctx) { - final TelephonyManager tm = (TelephonyManager) ctx.getSystemService(TELEPHONY_SERVICE); - // TelephonyManager would uses the active data subscription, which should be the one used - // by tethering. - return (tm != null) ? tm.isTetheringApnRequired() : false; + return false; } public int getOffloadPollInterval() {