制作一个简单的蜂窝发射器
在基于 Android 平板电脑的菜单应用程序中与餐厅合作。如果可能的话,我想限制仅访问菜单应用程序和浏览器。我如何将普通的仪表板应用程序变成启动器替代品???
Working with a restaurant in an android tablet based menu app. If possible I would like to restrict access to just the menu app and browser. How would a I go about turning a normal dashboard app into a launcher replacement???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

将其添加到您的
中:当用户再次按 HOME 时,他们将看到一个选择器 - 选中“将此设置为默认”复选框,然后点击您的应用的条目,然后您就可以现在是主屏幕。
但请记住:
您的 SDK 中有一个主屏幕示例项目,可以演示更多内容。
Add this to your
<activity>
:When the user presses HOME again, they will get a chooser -- check the "make this the default" checkbox, then tap the entry for your app, and you're now the home screen.
Bear in mind, though, that:
There is a Home sample project in your SDK that demonstrates more of this.