I want to know why users delete my app. So, I what to know why users do it. Is it possible to ask the user why they deleted my app? API something like ACRA library.
Asked
Active
Viewed 59 times
0
-
You can't actually do it on Android http://stackoverflow.com/a/8803549/995020 – Maxim Efimov Sep 25 '13 at 06:37
1 Answers
1
It´s not!
When an Android-APP was uninstalled there is an INTENT coming up.
http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_REMOVED
So every other App might be able to recognize your app beeing uninstalled but not your app itself.

Ostkontentitan
- 6,930
- 5
- 53
- 71