Notification when user uninstalls Android app

后端 未结 2 1940
耶瑟儿~
耶瑟儿~ 2021-01-16 05:31

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

2条回答
  •  耶瑟儿~
    2021-01-16 06:33

    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.

提交回复
热议问题