This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* 闹钟接收器,用于处理闹钟提醒的广播。
*/
public class AlarmReceiver extends BroadcastReceiver {
/**
* 接收到广播时调用。
* @param context 上下文对象,提供了与应用程序交互的信息。
* @param intent 包含广播信息的数据。
*/
@Override
public void onReceive(Context context, Intent intent) {