Android10在内存清理时结束前台服务
创始人
2024-08-20 08:30:13
0

在AndroidManifest.xml中,添加以下代码,使应用程序免受最新更新影响:




在对应的Service类中,添加以下代码,以确保前台服务不会在内存清理时被杀死:

@Override
public int onStartCommand(Intent intent, int flags, int startId) {
    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
        String channelId = "your_channel_id";
        NotificationChannel channel =
                new NotificationChannel(channelId, "Foreground Service Channel",
                        NotificationManager.IMPORTANCE_HIGH);
        ((NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE))
                .createNotificationChannel(channel);
        Notification notification = new NotificationCompat.Builder(this, channelId)
                .setContentTitle(getString(R.string.app_name))
                .setContentText(getString(R.string.notification_text))
                .setSmallIcon(R.mipmap.ic_launcher)
                .setOngoing(true)
                .build();

        serviceIntent = intent;
        startForeground(1, notification);
        return START_REDELIVER_INTENT;
    } else {
        return super.onStartCommand(intent, flags, startId);
    }
}

@Override
public void onTaskRemoved(Intent rootIntent) {
    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
        Intent restartServiceIntent = new Intent(getApplicationContext(), this.getClass());
        restartServiceIntent.setPackage(getPackageName());

        PendingIntent restartServicePendingIntent =
                PendingIntent.getService(getApplicationContext(), 1, restartServiceIntent,
                        PendingIntent.FLAG_ONE_SHOT);
        AlarmManager alarmService =
                (AlarmManager) getApplicationContext().getSystemService(Context.ALARM_SERVICE);
        if (alarmService != null) {
            alarmService.set(AlarmManager.ELAPSED_REALTIME, SystemClock.elapsedRealtime() + 1000,
                    restartServicePendingIntent);
        }
        super.onTaskRemoved(rootIntent);
    }
}

以上代码的作用是在Android 10及更高版本上,将前台服务设置为具

相关内容

热门资讯

免费测试版!aapoker透视... 此外,数据分析德州(约局吧德州真的有透视挂吗)辅助神器app还具备辅助透视行为开挂功能,通过对客户约...
必知教程!wepoker破解器... 1、必知教程!wepoker破解器,hhpoker必备开挂,玩家教程(有挂透明)(UU poker、...
玩家必知教程!wepoker透... 玩家必知教程!wepoker透视版下载,hardrock作弊,介绍教程(有挂技巧);致您一封信;亲爱...
攻略讲解!红龙poker辅助工... 攻略讲解!红龙poker辅助工具,pokernow辅助工具,黑科技教程(有挂技巧);玩家必备必赢加哟...
推荐几款新版!aa poker... 推荐几款新版!aa poker辅助,wepoker私人定制透视,解密教程(有挂技巧)关于wepoke...
一分钟秒懂!wepoker辅助... 一分钟秒懂!wepoker辅助是真的假的,wepoker透视脚本免费下载,力荐教程(有挂神器)关于w...
必看攻略!wepoker有透视... 必看攻略!wepoker有透视吗,竞技联盟透视,爆料教程(有挂教程)1、不需要AI权限,帮助你快速的...
盘点一款!wepoker私人局... 1、盘点一款!wepoker私人局辅助挂,agpoker辅助,解密教程(有挂教程);详细教程。2、w...
实测揭晓!线上德州的辅助器是什... 实测揭晓!线上德州的辅助器是什么,wepoker辅助器软件下载,高科技教程(有挂神器)1、不需要AI...
教学盘点!hhpoker有没有... 教学盘点!hhpoker有没有作弊挂,agpoker辅助,规律教程(有挂软件)关于hhpoker有没...