victormedranop Well-Known Member Licensed User Longtime User May 16, 2026 #1 I'm looking information about this, but got any working luck found this lilnk [link] GitHub - mrugacz95/kiosk: Example of Kiosk Mode for Android Example of Kiosk Mode for Android. Contribute to mrugacz95/kiosk development by creating an account on GitHub. github.com [/link]
I'm looking information about this, but got any working luck found this lilnk [link] GitHub - mrugacz95/kiosk: Example of Kiosk Mode for Android Example of Kiosk Mode for Android. Contribute to mrugacz95/kiosk development by creating an account on GitHub. github.com [/link]
byz Active Member Licensed User May 16, 2026 #2 I have been selling this kind of equipment for 4 years. The system is customized and can be set up without requiring excessive coding.I am in China. Upvote 0
I have been selling this kind of equipment for 4 years. The system is customized and can be set up without requiring excessive coding.I am in China.
victormedranop Well-Known Member Licensed User Longtime User Sunday at 8:19 PM #3 amazig, can you share some of you products, I am working in a security system bracelet blue, and need some equipment with accwaa ro system apps without having much problems. can be phones and TV box. thanks. Upvote 0
amazig, can you share some of you products, I am working in a security system bracelet blue, and need some equipment with accwaa ro system apps without having much problems. can be phones and TV box. thanks.
byz Active Member Licensed User Monday at 2:54 AM #4 This is one of the motherboards, which already provides interfaces, making it simple and convenient. Java: Intent intent = new Intent("com.lztek.tools.action.KEEPALIVE_SETUP"); intent.putExtra("packageName", "xxx.xxxx.xxx"); // Optional: delay 3 seconds before restart // intent.putExtra("delaySeconds", 3); // Optional: keep app in foreground // intent.putExtra("foreground", true); startService(intent); // or sendBroadcast(intent) Upvote 0
This is one of the motherboards, which already provides interfaces, making it simple and convenient. Java: Intent intent = new Intent("com.lztek.tools.action.KEEPALIVE_SETUP"); intent.putExtra("packageName", "xxx.xxxx.xxx"); // Optional: delay 3 seconds before restart // intent.putExtra("delaySeconds", 3); // Optional: keep app in foreground // intent.putExtra("foreground", true); startService(intent); // or sendBroadcast(intent)