commit | 0a71a2acc39669fb5ec79a47db0828bc4474c8ec | [log] [tgz] |
---|---|---|
author | Evan Charlton <evanc@google.com> | Tue Jun 17 10:08:24 2014 -0700 |
committer | Evan Charlton <evanc@google.com> | Tue Jun 17 10:08:24 2014 -0700 |
tree | accf0af0382c41ce82d9b3a2aca3eff7d9ed0007 | |
parent | 1c39ea2c63832a85649fa373dbbb676cd58bf050 [diff] |
Redeliver Intent upon service restart When the HfaService is restarted (after service death), redeliver the original Intent so that the callback can happen. Bug: 15674671 Change-Id: I34e91d4f1cd5851f71f07e7b4e2fe47aab7966d9
diff --git a/src/com/android/phone/HfaService.java b/src/com/android/phone/HfaService.java index d5c92b8..bc07453 100644 --- a/src/com/android/phone/HfaService.java +++ b/src/com/android/phone/HfaService.java
@@ -57,7 +57,7 @@ }, otaResponseIntent); mHfaLogic.start(); - return START_STICKY; + return START_REDELIVER_INTENT; } @Override