[android-developers] How to block an Intent/Action until complete?

2013-03-07 Thread JavaSrvcs
I have an Activity that calls two methods: uninstallApp(); installApp(); The uninstallApp() runs and presents a confirmation dialog and then gets overlayed by an installation dialog. How do I block/pause the uninstallApp() dialog until that is complete before the app begins to install?

Re: [android-developers] How to block an Intent/Action until complete?

2013-03-07 Thread Mark Murphy
On Thu, Mar 7, 2013 at 7:28 PM, JavaSrvcs jvsr...@gmail.com wrote: I have an Activity that calls two methods: uninstallApp(); installApp(); The uninstallApp() runs and presents a confirmation dialog and then gets overlayed by an installation dialog. How do I block/pause the