问题描述
是物理按钮,Android手机配备了标准?特别是背部,菜单,主页和搜索按钮?在我的应用我认为每个人都有一个后退按钮,所以我也懒得投入软按钮返回到previous屏幕。
Are the physical buttons that Android phones come with standard? Specifically the back, menu, home, and search button? In my applications I assume everyone has a back button so I don't bother putting in a "soft" button to go back to a previous screen.
由于某种原因,我无法找到任何这官方文档。
For some reason I can't find any official documentation on this.
看着http://www.androphones.com/2010-android-phones.php似乎所有的手机都至少是返回,菜单和主页按钮
Looking at http://www.androphones.com/2010-android-phones.php it appears that all of the phones have at least the back, menu and home button.
我应该承担所有的手机都有一个后退按钮或我总是code一个在我的应用程序?
Should I just assume all phones have a back button or do I have to always code one in my apps?
推荐答案
在CDD介绍了什么是需要是兼容的:
The CDD describes what is required to be compatible:
http://source.android.com/compatibility/index.html
(请参见当前CDD左)
(See "Current CDD" on the left)
在这种情况下:
7.2.3。导航键
首页,菜单和返回功能是必不可少的,在Android 导航模式。设备实现必须使这些功能 可在任何时候用户运行应用程序时。这些 功能可以通过专用的物理按键来实现(如 机械式或电容式触摸按键),或者可以使用来实现 专用的软件密钥,手势,触摸屏,etc.Android 4.1 同时支持实施
这篇关于是4的Android按键的标准呢?例后退按钮,菜单按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!