Android闹钟管理器在应用关闭时无法触发闹钟
创始人
2024-10-09 09:30:08
0

如果您希望在应用关闭时触发闹钟,可以考虑使用Service来保持应用运行。您可以在Service中使用AlarmManager来触发您的闹钟。以下是一个示例代码:

public class AlarmService extends Service {

private static final int INTERVAL = 20 * 1000; // 20 seconds
private static final int FIRST_RUN = 5000; // 5 seconds
private static final String TAG = "AlarmService";

private Context context;
private Handler handler = new Handler();

@Override
public int onStartCommand(Intent intent, int flags, int startId) {
    context = this;

    // set up the alarm
    AlarmManager manager = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
    Intent alarmIntent = new Intent(context, AlarmReceiver.class);
    PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, alarmIntent, 0);
    manager.setRepeating(AlarmManager.RTC_WAKEUP, System.currentTimeMillis() + FIRST_RUN, INTERVAL, pendingIntent);
    Log.d(TAG, "Alarm set.");

    // create a thread to keep the service running
    Thread thread = new Thread(new Runnable() {
        @Override
        public void run() {
            while (true) {
                try {
                    Thread.sleep(2000);
                } catch (InterruptedException e) {
                    e.printStackTrace();
                }
            }
        }
    });
    thread.start();

    return START_STICKY;
}

@Override
public IBinder onBind(Intent intent) {
    return null;
}

}

在Service中,我们首先设置了间隔和第一次运行时间,并使用AlarmManager重复触发我们的闹钟。然后,我们创建一个线程来保持Service运行,以确保我们的闹钟可以在应用关闭时保持运行。

我们还需要创建一个广播接收器来接收闹钟的触发事件,如下所示:

public class AlarmReceiver extends BroadcastReceiver {

private static final String TAG = "AlarmReceiver";

@Override
public void onReceive(Context context, Intent intent) {
    Log.d(TAG

相关内容

热门资讯

关于!微信微乐自建房辅助工具,... 关于!微信微乐自建房辅助工具,微乐家乡麻将自建房辅助app(开挂自建房)方法1)微乐家乡麻将自建房辅...
大家学习交流!微信卡五星辅助器... 大家学习交流!微信卡五星辅助器,微乐小程序免费黑科技(开挂自建房)方法1、很好的工具软件,可以解锁游...
三分钟了解!微乐微信自建房辅助... 三分钟了解!微乐微信自建房辅助工具插件,微乐家乡麻将自建房辅助app(开挂自建房)工具1、三分钟了解...
一分钟教会你!微乐家乡麻将自建... 一分钟教会你!微乐家乡麻将自建房辅助app,微乐自建房脚本免费入口(开挂自建房)方法1、用户打开应用...
分享实测!微信微乐自建房辅助工... 分享实测!微信微乐自建房辅助工具,微乐自建房脚本免费入口(开挂自建房)器1、起透看视 微信微乐自建房...
重大通报!微乐自建房辅助工具脚... 重大通报!微乐自建房辅助工具脚本,微乐小程序免费黑科技(开挂自建房)app微乐自建房辅助工具脚本破解...
如何分辨真伪!微乐微信自建房辅... 如何分辨真伪!微乐微信自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)技巧1、微乐微信自建房辅...
我来教教你!微乐自建房辅助工具... 我来教教你!微乐自建房辅助工具挂,微乐家乡麻将自建房辅助app(开挂自建房)工具1、玩家可以在微乐家...
重大来袭!微乐自建房辅助工具神... 重大来袭!微乐自建房辅助工具神器,微乐小程序免费黑科技(开挂自建房)器1、游戏颠覆性的策略玩法,独创...
带你了解!微信卡五星辅助器,微... 带你了解!微信卡五星辅助器,微乐自建房脚本免费入口(开挂自建房)方法1、带你了解!微信卡五星辅助器,...