单项选择题

使用Fragment以下哪一项不是必须的()

A.在Activity中使用
B.使用android.support.v4.app.Fragment必须要在FragmentActivity里使用
C.xml中添加<fragment/>标签
D.继承Fragment