Android:如何禁用桌面?
我们有一个适用于 Android 2.2 平板电脑的应用程序。这是唯一应该在此平板电脑上运行的应用程序。它会自动启动。 这就是为什么用户不应访问此平板电脑上的其他应用程序,尤其是设置。 我们怎样才能认识到这一点呢?
We have an App for a tablet with Android 2.2. This is the only App that should run on this tablet. It starts automatically.
Thats why the user should not have access to other Apps on this tablet, especially not to the settings.
How we can realize this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能应该将应用程序编写为家庭应用程序。开发人员文档中有一个示例:
http://developer.android.com /resources/samples/Home/index.html
然后您就可以切换您的默认主页应用程序。
You should probably write your application as a Home application. There is an example in the developer docs here:
http://developer.android.com/resources/samples/Home/index.html
Then you'd be able to switch the default Home application for your one.