Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改 Android 平板电脑(例如 Nexus 7),以便在设备上仅运行 1 个应用程序。用户应该无法离开应用程序或查看主页/设置 android 菜单。
平板电脑启动时,应用程序会立即启动,并且不应启动其他应用程序。
怎么可能有这种行为?
阻止用户使用平板电脑的任何其他方面的唯一方法是让您的应用程序成为启动器。
通过这样做,它会在平板电脑解锁时显示,并且主页按钮只会将用户带到您的应用程序。如果您不从您的应用程序启动任何其他应用程序,您将有效地将用户锁定在设备上您的应用程序中。