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

Commit 1cfaf01f authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Start tether service with redeliver intent" into mnc-dr-dev

parents c624a72b 09ea9724
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public class TetherService extends Service {
        }
        // We want to be started if we are killed accidently, so that we can be sure we finish
        // the check.
        return START_STICKY;
        return START_REDELIVER_INTENT;
    }

    @Override