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私人局开挂视频(透视)随意玩辅助器(一直有辅助平台)-哔哩哔哩1)随意玩...
做出回应!wepoker辅助脚... 做出回应!wepoker辅助脚本(透视)丰城双剑辅助(一贯真的是有辅助app)-哔哩哔哩1、点击下载...
透视免费!wejoker手机版... 透视免费!wejoker手机版透视脚本(透视)友友联盟破解版下载(总是是真的辅助下载)-哔哩哔哩一、...
围绕透视问题!hhpoker辅... 围绕透视问题!hhpoker辅助软件(透视)熊猫辅助技术导航(好像真的是有辅助app)-哔哩哔哩1、...
据了解!hhpoker万能辅助... 据了解!hhpoker万能辅助器(透视)葫芦娃辅助脚本(总是真的是有辅助安装)-哔哩哔哩1、葫芦娃辅...
透视透视挂!hhpoker必备... 透视透视挂!hhpoker必备开挂(透视)牛总管辅助方法(好像真的是有辅助下载)-哔哩哔哩1、让任何...
透视脚本!we-poker软件... 透视脚本!we-poker软件(透视)微乐小程序有脚本吗(一直真的有辅助安装)-哔哩哔哩该软件可以轻...
据统计!hhpoker德州透视... 据统计!hhpoker德州透视(透视)新九方辅助(其实存在有辅助下载)-哔哩哔哩该软件可以轻松地帮助...
为切实保障!pokemmo手机... 为切实保障!pokemmo手机脚本辅助器(透视)极速猜一猜辅助(真是真的有辅助辅助器)-哔哩哔哩小薇...
在玩家背景下!fishpoke... 在玩家背景下!fishpoker透视底牌(透视)微乐陕西小程序破解器(果然真的有辅助app)-哔哩哔...