這是我的服務: public class KeepAliveService extends Service {
Alarm alarm = new Alarm();
public void onCreate()
{
Log.i("","KEEPALIVE onCreate");
super.onCreate();
Notification notificatio
我遇到了鬧鐘管理員的問題。我需要將舊鬧鐘設置刪除到特定時間,並將鬧鐘重置爲新時間。我嘗試了很多場景,但都沒有爲我工作。任何幫助應該非常感激。 enter code here //要刪除報警 am = (AlarmManager) getContext().getSystemService(ALARM_SERVICE);
Intent i = new Intent(getContext()