Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
暂时我的android设备中没有后退按钮,为此我需要实现后退按钮功能。
使用接近传感器或光传感器等传感器。因此,当用户点击或靠近手指接近时,前台的任何应用程序都应该返回到先前的活动(它应该像后退按钮一样)。
如何在安卓中做到这一点?
你不能只打电话 onBackPressed() 吗?