user123456
user123456

Reputation: 265

Android, How can I get my app is going to uninstall

I want to know that anything in Android that gives response to my App that App is going to uninstall from Phone?

I tried here but its not working for me.

Thank you

Upvotes: 1

Views: 105

Answers (1)

Anatol
Anatol

Reputation: 961

I want to know that anything in Android that gives response to my App that App is going to uninstall from Phone?

That is not possible, at least from Android SDK code. Nothing is called on your app when the process is being terminated.

Upvotes: 2

Related Questions