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