gpt4 book ai didi

java - 我可以在我的 Android 应用程序中捕获卸载操作吗

转载 作者:行者123 更新时间:2023-11-30 04:51:10 25 4
gpt4 key购买 nike

public class Unistallreceiver extends BroadcastReceiver { 
@Override
public void onReceive(Context context, Intent intent) {
// TODO Auto-generated method stub
String action = intent.getAction();
if (action == null)
Log.e("uninstall ", "Action==null!");
else if ("android.intent.action.BOOT_COMPLETED".equals(action)) {
Log.e("uninstall ", "action :"+action);
}
}

}

做这样的事情,但是得不到通知。引用说:

public static final String ACTION_PACKAGE_REMOVED

自:API 级别 1广播 Action :现有的应用程序包已从设备中删除。数据包含包的名称。 正在安装的包没有收到这个 Intent

需要这个 Intent 来设置卸载密码。

有什么建议吗??

最佳答案

摆脱“设置卸载密码”的要求。

关于java - 我可以在我的 Android 应用程序中捕获卸载操作吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3313317/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com