1
有人可以幫我理解「等待意圖」?一些例子也真的有用。什麼是未決意圖和使用它一個機器人
我已經爲它找到了一些信息,但我仍然無法理解它。
NotificationManager notificationManager;
PendingIntent pendingIntent;
Updater() {
notificationManager = (NotificationManager) UpdaterService.this
.getSystemService(Context.NOTIFICATION_SERVICE);
notification = new Notification(android.R.drawable.stat_sys_download,
"MyTwitter", System.currentTimeMillis());
pendingIntent = PendingIntent.getActivity(UpdaterService.this, 0,
new Intent(UpdaterService.this, Timeline.class), 0);
}
請定義:'FRND,QUS,explian,pls',我沒有理解..的 – Predator
可能重複[什麼是待定的意圖?](http://stackoverflow.com/questions/2808796/what-is-pending-intent) –
@gens沒有需要你明白..他他 – shyam