Hi, our application uses CustomerMode to limit users from accessing other apps, status bar, etc.
We are using a Clover Mini 2 DevKit to test our apps, and after the ROM Update to Android 10, the CustomerMode doesn't seem to work correctly.
After initially setting the Customer Mode, we can still see the Navigation and Status bars on the Activity that follows the initial activity.
We had to set CustomerMode again on the second activity's onResume to get it working again, and even then, we have to trigger the onResume method after the initial load of the activity for the function to work as expected. Otherwise, on a fresh load, the CustomerMode doesn't work.
Please assist.