0

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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Vyacheslav
  • 26,359
  • 19
  • 112
  • 194

1 Answers1

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