相关考题
-
单项选择题
Activity的生命周期方法访问权限修饰符用的是()
A.protected
B.public
C.private
D.default -
单项选择题
Activity的onCreate生命周期方法的返回值类型是()
A.void
B.String
C.static
D.public -
单项选择题
发起Notification后,铃声和震动均只执行一次使用哪个属性()
A.Notification.FLAG_SHOW_LIGHTS
B.Notification.FLAG_INSISTENT
C.Notification.FLAG_AUTO_CANCEL
D.Notification.FLAG_ONLY_ALERT_ONCE
