android - Calling webservice when uninstalling app -


i have app webservice. when uninstall app phone want call webservice before uninstallation completes.how can it?

i have searched couldn't it.

thanks in advance!

in android can't make application aware being uninstalled.. have read; detect if app uninstalled

as problem, keep record of active users in web service. after period of inactivity, assume these applications have been uninstalled.


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -