全屏Android应用程序,无法关闭
我正在研究在固定时间段发送其位置的跟踪设备。我认为我不会提供特殊的硬件,而是制作 Android 应用程序并在廉价设备上提供它。由于一切都是在租赁的基础上完成的,我不希望用户在电话上做任何其他事情(打电话,......)。这就是为什么我想知道,是否有一种简单的方法来创建一个应用程序,该应用程序将在手机打开时启动,它会以全屏模式运行并且无法关闭?
I'm working on tracking devices that send it's location on fixed time periods. Instead of offering special hardware, I thought I would make Android app and offer it on cheap devices. Since all would be done on rental basis, I do not want users to do anything else on the phone (make calls, ...). That's why I would like to know, if there is an easy way to create an app, that will start when the phone is turned on, it would run in full screen mode and can not be closed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用自定义主屏幕来实现它
You should be able to implement it by using custom homescreen