我只想一次展开父列表中的一项,目前我的onCreate代码如下。(按我的意愿工作,但是一次只允许一个父打开的方法不起作用)publicvoidonCreate(BundlesavedInstanceState){try{super.onCreate(savedInstanceState);setContentView(R.layout.main);finalSimpleExpandableListAdapterexpListAdapter=newSimpleExpandableListAdapter(//FORLEVEL1SCREENthis,createGroupList(),//M