简体   繁体   English

Android 在屏幕上锁定应用程序

[英]Android Lock an app on screen

I'm currently developing an android application which should works like a car monitor.我目前正在开发一个 android 应用程序,它应该像汽车监视器一样工作。 Due to the normal way of working of the android application, if the user is inactive the device turn off the screen.由于 android 应用程序的正常工作方式,如果用户处于非活动状态,设备会关闭屏幕。

Farther more i'd like to make the user able only to use this application and not all the system application which are standard installed on android.更进一步,我想让用户只能使用这个应用程序,而不是所有标准安装在 android 上的系统应用程序。

I thought about developing a personal android OS in which the only software available would be this one.我想开发一个个人 android 操作系统,其中唯一可用的软件就是这个。

To sum up i'm trying to use android in the industrial field and i'm getting crazy while trying to reduce the OS basic functionality.总而言之,我正在尝试在工业领域使用 android,并且在尝试减少操作系统基本功能时变得疯狂。

I don't know if StackOverflow is the right place to ask a generical question like this one, but if someone has ever had such problem maybe he could help me.我不知道 StackOverflow 是否适合提出这样一个通用问题,但如果有人遇到过这样的问题,也许他可以帮助我。

thank you.谢谢你。

You Need to Create a Working Kiosk Mode in Android. 您需要在Android中创建工作亭模式。

You can get best example at below link: http://www.andreas-schrade.de/2015/02/16/android-tutorial-how-to-create-a-kiosk-mode-in-android/ 您可以在以下链接中找到最佳示例: http : //www.andreas-schrade.de/2015/02/16/android-tutorial-how-to-create-a-kiosk-mode-in-android/

I didn't know about the existence of kios application. 我不知道kios应用程序的存在。 I'll probably use one of them, thank to everybody for the help :) 我可能会用其中的一个,谢谢大家的帮助:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM