-6

I am designing my second android app. I would like to know if there is a function that blocks an app. For example when the button is on, that app cannot be used. Is it possible? Thank you in advance!

4

1 回答 1

0

所以对于第二个应用程序,这有点冒险,但无论如何我会给你提示!

创建一个自定义的 android 启动器,它有两种模式。学习模式和游戏模式。在学习模式下允许所有应用程序。在子模式下允许启动指定的应用程序。有多个开源启动器示例供您开始。

对于网站,方法是相同的,编写一个允许与上述相同的自定义 webview。虽然拥有 root + 系统访问权限会使这更容易,但如果没有,您将无法编写自己的 webview 实现。

在 google play 中查看一些类似的应用程序,它们可以为您提供一些见解!

于 2013-07-22T12:23:45.527 回答