简体   繁体   English

用户完全卸载应用后,Android推送通知

[英]android push notification after user completely uninstall app

I wonder there is any way when user completely uninstall my app ,few days later a push notification asks user install new apps. 我不知道有什么办法可以让用户完全卸载我的应用程序,几天后,推送通知会要求用户安装新应用程序。 Is it possible? 可能吗?

No there is no way except the client has installed two of your apps. 除客户端已安装了两个应用程序外,没有其他方法。 But however don't do that! 但是不要这样做!

You cannot perform operations after your app has been removed. 删除您的应用后,您将无法执行操作。 Unfortunately there is currently no way for an Android package to execute code when it is removed. 不幸的是,Android软件包当前无法删除后执行代码。 However, you can register a BroadcastReceiver for ACTION_PACKAGE_REMOVED in a different package that will be called when packages are removed from the phone. 但是,您可以在另一个包中注册ACTION_PACKAGE_REMOVEDBroadcastReceiver ,当从手机中删除包时将调用该包。

Also see this question . 也看到这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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