问题
单项选择题
下面关于Notification的选项正确的是()
A.NotificationManager man=new NotificationManager();
B.PendingIntent contentIntent=new PendingIntent();
C.RemoteViews contentView=new RemoteViews();
D.Notification notification=new Notification();
答案
参考答案:D