我有一个包含 2 个片段和抽屉的活动。因此,当我在片段中时,我得到“向上”图标而不是汉堡图标(在 setDisplayHomeAsUpEnabled 的帮助下),但操作仍然相同 - navigation_drawer_open/close。那么如何获得 onBackPressed() 呢?
根据此评论,由于“自动处理点击”,我不知道如何自己处理 Home/Up。
@Override
public boolean onOptionsItemSelected(MenuItem item) {
// Handle action bar item clicks here. The action bar will
// automatically handle clicks on the Home/Up button, so long
// as you specify a parent activity in AndroidManifest.xml.