I am trying to upgrade home app from .apk file stored in external sdcard. But, the bellow error appears infinity and then the device is re-booted itself.
09-25 11:58:44.040: I/ActivityManager(1313): Force finishing activity ActivityRecord{4238d680 u0 com.jkpark.cluster/.MainActivity}
09-25 11:58:44.040: I/ActivityManager(1313): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.jkpark.cluster/.MainActivity} from pid 0
I guess the ActivityManager
starts whatever home app when I call event to re-install my home app, but there isn't exist any home app else. So ActivityManager
force starting and then calls starting home app again and again.
When I installed just another home app categoried "android.intent.category.HOME" and upgrade my home app, It works fine.
but, I want to upgrade without any other home app installed. So, anyone helps me please. Thank you.