简体   繁体   中英

Message while app is deleted

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM