516 questions
0
votes
1
answer
438
views
UWP app in assigned access mode keeps getting sent back to Windows login screen
I'm running a UWP app in assigned access mode, and I'm noticing that, despite changing the power settings so that the screen saver never comes on, quite often the generic Windows 10 login screen will ...
1
vote
1
answer
3k
views
Using "xbindkeys" and "xdotool" to set fullscreen on firefox 60.1.0esr
My intention is to know if there is a way to set firefox-60.1.0 in fullscreen mode once it is opened to act as a kiosk, but using the Xbindkeys and Xdotool programs.
Note: I've already performed some ...
0
votes
1
answer
3k
views
Programmatically reset the default launcher
Working on a parental control app which sets itself as a default launcher (by presenting user to open chooser and select always). User can exit the app by clicking exit icon on action bar.
Upon exit ...
0
votes
2
answers
4k
views
Windows 10 Assigned Access (Kiosk Mode) Tablet Mode, without Keyboard
I'm setting up an app in Assigned Access, which seems to be great alternative for Kiosk with replacing shell. I have some questions...
Can I have Navigationbuttons inside my app running in Assigned
...
1
vote
1
answer
1k
views
Kiosk Apps on Chrome Store no longer work
We have developed a number of kiosk (Chromebook) applications and published them in the Chrome store. Any of our existing ones can be updated and continue to work and are available on the manage kiosk ...
0
votes
0
answers
260
views
Disabling win 10 "please wait" blue screen when loading into kiosk mode
I have an UWP app on assigned access, now the app loads well, no problems.
However just before the app loads, The windows please wait blue screen always appears, I was wondering if there is a way to ...
0
votes
1
answer
2k
views
StartLockTask() in Device Owner mode still allows escape with back button
I have installed my app as administrator first and after using an adb shell as a Device Owner.
Then I start the lock mode with:
startLockTask();
Everything seems to work good and when I press menu' ...
4
votes
4
answers
20k
views
Can we create Kiosk apps in Android?
I am learning about Kiosk devices. I am going through the docs but stumbled across this thing.
As per docs-
Kiosk Apps are Chrome Apps that are designed to always run fullscreen using Single App ...
0
votes
0
answers
46
views
What HTML5 runtime environments (renderer shells) don't generate any background network I/O?
I need to put together a nice interface/UX that will run fullscreen as the primary shell/UI on purpose-configured hardware.
HTML5/CSS/JS will be the absolute easiest design path; I don't have ...
6
votes
0
answers
2k
views
Removing gray bar in kiosk mode Chromium with Puppeteer
I'm using Puppeteer to launch a full screen 'headfull' version of Chromium to control screens around the office with dashboards and the like. We're looking at Puppeteer specifically, as a number of ...
0
votes
0
answers
178
views
How can I make an iPad launch an app when device is idle?
I'd like to setup an iPad for use in my kitchen. I would like it to switch to a specific app (or a web page_ when the tablet is idle for some amount of time. Users should be able to launch different ...
1
vote
2
answers
2k
views
What are the technical advantages to running your app in Chrome Kiosk mode?
I am interested in knowing if there are any technical advantages/disadvantages to running a web app/site in kiosk mode.
I have heard from someone that running your site in kiosk mode gives additional ...
2
votes
0
answers
173
views
How to set user defined Keyboard layout in chromebox kiosk app
is there a way to let the user set the keyboard layout on chrome app which is running on chrome box in kiosk mode?
I couldn't find an chrome runtime API for this!
11
votes
2
answers
4k
views
How does designing custom android DPC app relate to Android management API?
I'm new to android enterprise development world, and I have some misconception of how different pieces in the android enterprise ecosystem relate to one another. Let me explain.
The solution that I'...
1
vote
0
answers
338
views
Lock notifications bar Android 8.0
I´m doing an app like a "Kiosk mode". One part of this proyect consist in lock the notifications bar and this works good in android >= 4.4 until 8.0.
With this code i can lock it:
private void ...
16
votes
0
answers
1k
views
How to disable "Screen is pinned" message from kisok mode app android development
Hello all I want to disable the message "screen is pinned This keeps it in view until you unpinned...". This bubble/Toast is always showing me in my app I am developing a kiosk mode app
Any kind of ...
4
votes
1
answer
2k
views
Show USB permission dialog over Android Kiosk application?
So I have an application that is pinned to the device with startLockTask command and it has several restrictions so the user cannot escape from the application or change settings of the device.
...
2
votes
5
answers
2k
views
Allow user to access wifi settings without giving free reign
We are developing a locked down "kiosk-style" Android app on a stock Samsung tablet, which is mounted in customer vehicles. We would like to be able to allow customers to edit their wifi settings, ...
11
votes
3
answers
7k
views
How to run an Android App in Kiosk Mode, keep Safe Mode disabled and prevent the device from Hard Reset?
How to run Android App in Kiosk Mode, keep Safe Mode disabled and prevent the device from Hard Reset?
I have following 3 requirements for my app:
Show only specific apps to school students in the ...
1
vote
0
answers
269
views
Is it possible to lock a kiosk mode application from another app?
I have an application in kiosk mode. I enable kiosk mode with the method below and am able to enter kiosk mode by calling startLockTask().
Here is the method that allows kiosk mode:
private void ...
2
votes
0
answers
117
views
Silent push in kiosk mode
I have a supervised device with few apps installed on it. I change the device into Kiosk mode to run the Web browser App.
Now when the device is in the kiosk mode I push a silent notification to ...
2
votes
4
answers
2k
views
Windows 10 assigned access: how to logout programmatically
I have console app running in background under Assigned Access (Windows 10's Kiosk Mode). By command from main UWP-app it should logoff current user. I've tried 2 ways to do this:
WinAPI function ...
-2
votes
1
answer
819
views
tablet kiosk mode
I've searched for questions to help me but I have no clear answers.
I need to start an application on my tablet and don't let the user get off from it.
I'm searching something like the "one app method"...
0
votes
1
answer
2k
views
Update a device owner managed android app silently (in kiosk mode)
I have created a device owner app. It can turn an app installed already into Kiosk Mode, I am trying to update the kiosk app remotely, not from playstore, but it's not getting updated. Could anyone ...
-2
votes
1
answer
268
views
How to make sure there is only one app
I am developing an app with requirement that one app can be there in android system. No other app can be installed or remove google play store application as well. How can i achieve this?