单项选择题

Android开发过程中下面退出Activity使用错误的是哪项()

A.finish()
B.抛异常强制退出
C.System.exit()System.exit(0)0是正常退出其他数字是表示不正常退出
D.onStop()