Mohamed Ibrahim
06/27/2021, 5:24 PMsystemUiController.isNavigationBarVisible = false
systemUiController.isSystemBarsVisible = false
I’m using those functions to make my app full screen, when touching my app navigation bar is appearing again. what I want to achieve is to develop a blocker app so user can’t access system buttons, is that possible?Alejo
06/27/2021, 6:47 PMActivity.startLockTask()
? Here the docs https://developer.android.com/work/dpc/dedicated-devices/lock-task-modeColton Idle
06/27/2021, 7:05 PMtad
06/28/2021, 1:31 AMMohamed Ibrahim
07/01/2021, 4:14 PM