Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 477bb7f5 authored by Sooraj Sasindran's avatar Sooraj Sasindran
Browse files

Remove unused net.tethering.noprovisioning

Remove unused net.tethering.noprovisioning property

Bug: 137202333
Test: Make
Change-Id: Ifb261683b2038146a286998dfb96044f07d4c35d
parent 48b7c6f7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1807,10 +1807,6 @@ public class DcTracker extends Handler {
     */
    @VisibleForTesting
    public @NonNull ArrayList<ApnSetting> fetchDunApns() {
        if (SystemProperties.getBoolean("net.tethering.noprovisioning", false)) {
            log("fetchDunApns: net.tethering.noprovisioning=true ret: empty list");
            return new ArrayList<ApnSetting>(0);
        }
        int bearer = getDataRat();
        ArrayList<ApnSetting> dunCandidates = new ArrayList<ApnSetting>();
        ArrayList<ApnSetting> retDunSettings = new ArrayList<ApnSetting>();