2

We are going to create Kiosk type Android tablet app. Client asked us that Tablet contains only our app, we should not let the user to navigate to other apps in tablet. We know that we need to have root access for achieve this task. We tried to create custom Android ROM. We googled for it and could not found the procedures to create custom Android ROM with our App bundled.

Note: Our target OS version is 4.0+. We are not going to publish the app in Google store. We just distribute this app to specific peoples.

Any help much appreciated. Thanks in Advance.

4

1 回答 1

5

为一个应用程序创建一个完整的 ROM 似乎不是一个可行的解决方案。但这里是在 android 中制作自定义 ROM的教程。此外,当您将应用程序放置为系统应用程序时,请不要放置任何其他应用程序,例如 Gmail、联系人等,最重要的是不要放置启动器应用程序,并且您的应用程序必须接收主页按钮的意图或启动器,因为启动器是 android 启动时打开的应用程序并记住您的应用程序必须能够接收主页按钮的意图,<category android:name="android.intent.category.HOME" /> 您也可以在此处此处查看这些链接

您也可以从XDA 论坛stackoverflowtheunlocker查看这些链接

编辑

是的,marakana 的链接似乎已损坏,但您可以从此处此处参考视频教程

于 2013-04-26T11:09:32.467 回答