1

我需要訪問android getSystemService來在通知代碼中設置鬧鐘。Android BroadcastReciever設置鬧鐘

我能否將getSystemService傳遞給廣播接收者? 如果不是我如何在廣播接收者的代碼中設置鬧鐘?從onReceive(Context context, Intent intent)

回答

1

使用上下文來獲得系統服務context.getSystemService(ALARM_SERVICE)