android - Install Apk not coming to the top -


i've been able use intent.action_install_package attempt install apk. using startactivityforresults gives me answer if user clicks cancel or install fails, or if user clicks outside dialog pops asking question (neither cancel nor install).

but if have 2 apks install, , first 1 fails because user clicks outside dialog, second apk attemtped install never shows dialog.

i'm working in android n 7.1.1 api 25.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -