Skip to content Skip to sidebar Skip to footer

Install Apk Extra_return_result From Intentservice

I'm trying to get the results from an APK update, to a Service. Actually I'm using an IntentService, that is running in the background. My install is done by the Service creating

Solution 1:

For others that follow. I ended up having my IntentService launching an Activity I created with "android:theme="@android:style/Theme.Translucent.NoTitleBar"" Then I could perform the startActivityForResults. Then send the results in a Broadcast Intent


Post a Comment for "Install Apk Extra_return_result From Intentservice"