Android Studio可以让开发项目程序运行到真实手机上,想让程序运行在真机上,需要在手机系统设置的开发人员选项界面中,找到“选择USB配置”栏后,选中______选项。
A. 仅充电
B. MTP(多媒体传输)
C. PTP(图片传输)
D. RNDIS(USB网络)
查看答案
在与Notification有关的编程中,经常需要将Intent转换成___________对象,以便让Notification可以延时启动Activity。
A. Notification.Builder
B. PendingIntent
C. NotificationManager
D. NotificationCompat.Builder
调用NotificationManager的___________方法就可以让通知显示出来。
A. getSystemService()
B. notify()
C. setContentTitle()
D. setContentText()
在Android中播放音频文件一般都是使用___________________________类来实现的。
A. VideoView
B. AudioManager
C. MediaPlayer
D. MediaRecorder
Android应用使用VideoView对象进行视频播放时,恢复视频播放的方法是________。
A. start()
B. pause()
C. resume()
D. suspend()