Listen to own application uninstall event on Android

前端 未结 3 1242
鱼传尺愫
鱼传尺愫 2020-11-28 08:35

As far as I know, apps can\'t get intents for their own uninstallation:

  • ACTION_PACKAGE_FULLY_REMOVED
  • ACTION_PACKAGE_REMOVED

But how doe

3条回答
  •  粉色の甜心
    2020-11-28 09:22

    This is a security issue in Andorid, which is already reported to Google Team and fixed in Android 4.4. Here is my explanation of how it can work.

提交回复
热议问题