Hi I am developing android application and in that I am using activity recognition. I download Google's sample application for activity recognition. It working properly without any error. But my main problem is in following sequence :
I install that application and I start activity recognition. Without stopping that service I uninstall hat application. again I install same application. My Application start listening for activity recognition without my asking me.
So I want to know how it actually works. Why it is continue that service after uninstalling my application. Next time it start listening for activity results.
Am i missing something. Or doing something wrong ?
Need Help thank you.