summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorduho.ro <duho.ro@lge.com>2013-09-03 12:08:35 +0900
committerVineeta Srivastava <vsrivastava@google.com>2013-09-09 12:37:33 -0700
commitae29158d46bced241f956896cab6588a89e0478a (patch)
treead3828d691cc41fb29f6944975f64c484894ef41 /src
parent2d613a114407dd0e88f59ca00eac60888c1e7569 (diff)
downloadandroid_packages_apps_Stk-ae29158d46bced241f956896cab6588a89e0478a.tar.gz
android_packages_apps_Stk-ae29158d46bced241f956896cab6588a89e0478a.tar.bz2
android_packages_apps_Stk-ae29158d46bced241f956896cab6588a89e0478a.zip
STK : SIM Toolkit is not uninstalled
SIM Toolkit apk(Stk) is not unistalled whend a device booted up after removed the SIM card. The CatService is not available during NO SIM status and the device can not uninstall Stk. Change-Id: I633c26551e1ae7e5230c1e68ce75fe6f6ca44dbb
Diffstat (limited to 'src')
-rw-r--r--src/com/android/stk/StkAppService.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/stk/StkAppService.java b/src/com/android/stk/StkAppService.java
index 41084f0..c0ba74c 100644
--- a/src/com/android/stk/StkAppService.java
+++ b/src/com/android/stk/StkAppService.java
@@ -164,6 +164,7 @@ public class StkAppService extends Service implements Runnable {
if (mStkService == null) {
stopSelf();
CatLog.d(this, " Unable to get Service handle");
+ StkAppInstaller.unInstall(mContext);
return;
}