1
「保留中の意図」を理解できますか?いくつかの例も本当に助けになるでしょう。保留中の意図と使用方法android
私はそれを求めていくつかの情報を見つけましたが、まだ理解していません。
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