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及更高版本上,将前台服务设置为具

相关内容

热门资讯

透视脚本!wepoker底牌透... wepoker底牌透视脚本app新手教程相关信息汇总(需添加指定Q群1067239143获取下载链接...
透视软件!wepoker透视底... 透视软件!wepoker透视底牌脚本,wpk透视怎么安装,我来教教你(本来有挂);(需添加指定Q群1...
透视真的!德普之星有没有挂,w... 透视真的!德普之星有没有挂,wpk辅助器,透明挂教程(本来是有挂);一、德普之星有没有挂AI软件牌型...
辅助透视!智星德州菠萝安装,w... 辅助透视!智星德州菠萝安装,wepoker可以透视码,存在挂教程(从来存在有挂);揭秘教程安装方法样...
透视透视!德普之星辅助正版,w... 透视透视!德普之星辅助正版,werplan怎么透视,揭秘攻略(本然存在有挂);德普之星辅助正版软件透...
透视线上!hhpoker透视脚... 透视线上!hhpoker透视脚本下载,德普之星透视辅助插件,力荐教程(原本是有挂)1、不需要AI权限...
透视有挂!wepoker免费永... 透视有挂!wepoker免费永久脚本,wpk透视辅助方法,攻略教程(往昔是有挂);wepoker免费...
透视ai!智星菠萝辅助器,hh... 透视ai!智星菠萝辅助器,hhpoker德州挂真的有吗,辅助教程(原先是有挂);科技详细教程Q群《1...
透视安装!红龙poker辅助,... 这是一款非常优秀的红龙poker辅助 ia辅助检测软件,能够让你了解到红龙poker辅助中牌率当中全...
透视好友!wepoker免费透... 透视好友!wepoker免费透视脚本,德州辅助工具到底怎么样,新2025版(果然真的是有挂);玩家在...