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

* commit '3f2ac58c932311fa61bc848af7aceec6f0f3a63d':
  Start tether service with redeliver intent
This commit is contained in:
Jason Monk
2015-09-03 18:36:00 +00:00
committed by Android Git Automerger

View File

@@ -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