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

Commit 07b26bb3 authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 1cfaf01f: Merge "Start tether service with redeliver intent" into mnc-dr-dev

* commit '1cfaf01f':
  Start tether service with redeliver intent
parents 98d91550 1cfaf01f
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