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

相关内容

热门资讯

黑科技脚本!智星德州菠萝有辅助... 黑科技脚本!智星德州菠萝有辅助器吗,哈糖大菠萝怎么拿好牌,从前是真的有挂(2021已更新)-哔哩哔哩...
黑科技安卓版!菠萝德州辅助神器... 黑科技安卓版!菠萝德州辅助神器,德扑之星安卓模拟器,最初有挂(2026已更新)-哔哩哔哩;(需添加指...
黑科技ai!菠萝德州辅助神器,... 黑科技ai!菠萝德州辅助神器,德扑计算软件,总是是有挂(2026已更新)-哔哩哔哩1、不需要AI权限...
黑科技ai代打!红龙扑克辅助器... 黑科技ai代打!红龙扑克辅助器功能,菠萝德州偷偷看功能,原先存在有挂(2026已更新)-哔哩哔哩;红...
黑科技脚本!红龙扑克app辅助... 1、黑科技脚本!红龙扑克app辅助器,cloudpoker外挂,原生是有挂(2026已更新)-哔哩哔...
黑科技真的!红龙扑克辅助工具免... 黑科技真的!红龙扑克辅助工具免费下载,德扑ai智能机器人平台安装,起初真的有挂(2020已更新)-哔...
黑科技安卓版!智星德州菠萝辅助... WePoke高级策略深度解析‌;黑科技安卓版!智星德州菠萝辅助器,推扑克辅助器,果然存在有挂(202...
黑科技软件!红龙扑克辅助,聚星... 黑科技软件!红龙扑克辅助,聚星扑克有没有挂,先前有挂(2023已更新)-哔哩哔哩;原来确实真的有挂(...
黑科技工具!智星德州菠萝辅助器... 1、黑科技工具!智星德州菠萝辅助器免费下载,xpoker透视辅助,先前是真的有挂(2021已更新)-...
黑科技辅助!智星菠萝辅助器,g... 黑科技辅助!智星菠萝辅助器,gg扑克发牌是不是有机制,固有真的是有挂(2022已更新)-哔哩哔哩;智...