Android:如何禁用桌面?

发布于 2024-11-16 09:23:00 字数 114 浏览 3 评论 0原文

我们有一个适用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

著墨染雨君画夕 2024-11-23 09:23:00

您可能应该将应用程序编写为家庭应用程序。开发人员文档中有一个示例:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文