Differences between hardware back button and navigation bar back button

后端 未结 2 1530
轻奢々
轻奢々 2021-01-19 00:07

In Android programming, is there a difference between the hardware back button and the back button in the navigation bar. In my application, there is a view where if I click

2条回答
  •  渐次进展
    2021-01-19 00:35

    One more important difference. If you go back using navigation bar back button in activity which is a parent to your activity will calls onNewIntent method. Unlike hardware back button.

提交回复
热议问题