标签: android notifications android-service android-broadcastreceiver
我需要访问android getSystemService来在Notification的代码中设置警报。
我能将getSystemService传递给广播接收器吗? 如果不能如何在广播接收者的代码中设置闹钟?
答案 0 :(得分:1)
使用onReceive(Context context, Intent intent)中的上下文 获得系统服务context.getSystemService(ALARM_SERVICE)
onReceive(Context context, Intent intent)
context.getSystemService(ALARM_SERVICE)