Android前台服务在24小时后被终止。
创始人
2024-10-09 15:02:11
0

Android前台服务在24小时后被终止是因为Android系统对于前台服务有一个时间限制,超过该时间限制后系统会自动终止前台服务。这个时间限制在Android 8.0(API level 26)及以上为5分钟,而在Android 7.1(API level 25)及以下为1小时。如果需要在超过这个时间后仍然保持前台服务运行,可以使用以下方法解决:

  1. 使用AlarmManager定时启动服务:
    • 在服务的onCreate方法中设置一个定时任务,使用AlarmManager定时启动服务。
    • 在定时任务中判断并重新启动服务,以保持服务持续运行。
    • 这种方法可以在服务被系统终止后重新启动服务,保持前台服务持续运行。
public class MyForegroundService extends Service {
    private static final int NOTIFICATION_ID = 1;
    private static final long ALARM_INTERVAL = 24 * 60 * 60 * 1000; // 24 hours

    @Override
    public void onCreate() {
        super.onCreate();
        startForeground(NOTIFICATION_ID, createNotification());
        scheduleAlarm();
    }

    @Override
    public int onStartCommand(Intent intent, int flags, int startId) {
        // Do your work here
        return START_STICKY;
    }

    @Override
    public void onDestroy() {
        super.onDestroy();
        cancelAlarm();
    }

    private Notification createNotification() {
        // Create and return a notification for the foreground service
        return new NotificationCompat.Builder(this, CHANNEL_ID)
                // Set notification content
                .build();
    }

    private void scheduleAlarm() {
        // Schedule an alarm to start the service after the specified interval
        AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
        Intent intent = new Intent(this, MyForegroundService.class);
        PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, 0);
        long triggerAtMillis = System.currentTimeMillis() + ALARM_INTERVAL;
        alarmManager.setExact(AlarmManager.RTC_WAKEUP, triggerAtMillis, pendingIntent);
    }

    private void cancelAlarm() {
        // Cancel the scheduled alarm
        AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
        Intent intent = new Intent(this, MyForegroundService.class);
        PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, 0);
        alarmManager.cancel(pendingIntent);
    }
}
  1. 使用JobScheduler或WorkManager调度任务:
    • 使用JobScheduler或WorkManager调度一个定时任务,定时启动服务。
    • 在定时任务中判断并重新启动服务,以保持服务持续运行。
    • 这种方法可以在服务被系统终止后重新启动服务,保持前台服务持续运行。
public class MyForegroundService extends Service {
    private static final int JOB_ID = 1;
    private static final long JOB_INTERVAL = 24 * 60 * 60 * 1000; // 24 hours

    @Override
    public void onCreate() {
        super.onCreate();
        startForeground(NOTIFICATION_ID, createNotification());
        scheduleJob();
    }

    @Override
    public int onStartCommand(Intent intent, int flags, int startId) {
        // Do your work here
        return START_STICKY;
    }

    @Override
    public void onDestroy() {
        super.onDestroy();
        cancelJob();
    }

    private Notification createNotification() {
        // Create and return a notification for the foreground service
        return new NotificationCompat.Builder(this, CHANNEL_ID)
                // Set notification content
                .build();
    }

    private void scheduleJob() {
        // Schedule a job to start the service after the specified interval
        JobScheduler jobScheduler = (JobScheduler) getSystemService(Context.JOB_SCHEDULER_SERVICE);
        JobInfo.Builder builder = new JobInfo.Builder(JOB_ID, new ComponentName(this, MyJobService.class));
        builder.setMinimumLatency(JOB_INTERVAL);
        jobScheduler.schedule(builder.build());
    }

    private void cancelJob() {
        // Cancel the scheduled job
        JobScheduler jobScheduler = (JobScheduler) getSystemService(Context.JOB_SCHEDULER_SERVICE);
        jobScheduler.cancel(JOB_ID);
    }
}

public class MyJobService extends JobService {
    @Override
    public boolean onStartJob(JobParameters params) {
        // Start the foreground service here
        MyForegroundService.start(this);
        return false;
    }

相关内容

热门资讯

免费测试版!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有没...