Notification when user uninstalls Android app

2019-02-20 01:54发布

Is there a way to get notification when a user uninstalls my app from his/her android device?

2条回答
手持菜刀,她持情操
2楼-- · 2019-02-20 02:14

Nope, there's no way since, as far as I know, there are no callbacks into your app when the app is uninstalled from the device.

查看更多
ゆ 、 Hurt°
3楼-- · 2019-02-20 02:16

No, you can get the other applications uninstall events using the PACKAGE_REMOVED broadcast receiver but not the application uninstalled itself (because it have been removed) see the documentation here.

查看更多
登录 后发表回答