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

This commit is contained in:
Jason Monk
2015-09-03 17:51:09 +00:00
committed by Android (Google) Code Review

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