第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

需要一些幫助來(lái)填補(bǔ)安排每日通知的代碼中的空白

需要一些幫助來(lái)填補(bǔ)安排每日通知的代碼中的空白

POPMUISE 2023-07-28 09:59:45
我搜索了 Android studio 文檔,發(fā)現(xiàn)了一些應(yīng)該安排每日通知的代碼片段。不幸的是,由于我對(duì)這一切都是新手,它有一些我無(wú)法弄清楚的缺失部分。private AlarmManager alarmMgr;private PendingIntent alarmIntent;...alarmMgr = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE);Intent intent = new Intent(context, AlarmReceiver.class);alarmIntent = PendingIntent.getBroadcast(context, 0, intent, 0);// Set the alarm to start at 8:30 a.m.Calendar calendar = Calendar.getInstance();calendar.setTimeInMillis(System.currentTimeMillis());calendar.set(Calendar.HOUR_OF_DAY, 8);calendar.set(Calendar.MINUTE, 30);// setRepeating() lets you specify a precise custom interval--in this case,// 20 minutes.alarmMgr.setRepeating(AlarmManager.RTC_WAKEUP, calendar.getTimeInMillis(),        1000 * 60 * 20, alarmIntent);context.getSystemService、new Intent(context, AlarmReceiver.class)等中的這個(gè)“上下文”是什么?還有什么東西是這里沒(méi)有的嗎?
查看完整描述

1 回答

?
夢(mèng)里花落0921

TA貢獻(xiàn)1772條經(jīng)驗(yàn) 獲得超6個(gè)贊

它是應(yīng)用程序上下文。需要明確的是,它是您要使用的當(dāng)前 Activity(例如 MainActivity)的信息和數(shù)據(jù)。你可以通過(guò)

Context context = this.getApplicationContext();

編輯:為了更通用的用途


查看完整回答
反對(duì) 回復(fù) 2023-07-28
  • 1 回答
  • 0 關(guān)注
  • 122 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)