preconfigure for MDM #469
Replies: 4 comments
-
No there is no specific code included to allow it and I'll probably not add it. To my limited knowledge about MDM there is no way to import settings into an app. If there is a way then you can find the settings names in https://github.com/rkkr/simple-keyboard/blob/master/app/src/main/java/rkr/simplekeyboard/inputmethod/latin/settings/Settings.java . There is an adb backup/restore mechanism https://github.com/eviabs/Android-Backup-and-Restore-Guide/blob/master/Android%20Backup%20and%20Restore%20Guide.md which should theoretically work. Don't know if it's useful. How do you configure other apps? And what do you want to change from default? You can also fork this repo if you want to. |
Beta Was this translation helpful? Give feedback.
-
we have some apps, that work with an intent to set some settings. but forking is also an option. would it be possible to compile a version with these settings predefined? |
Beta Was this translation helpful? Give feedback.
-
Just set whatever default values you want in the same |
Beta Was this translation helpful? Give feedback.
-
Hi, I got a different solution for that, which probably works also for other users with MDMs. Its a common solution for Business use apps an dInhave seen it on many apps like Outlook, Gboard, etc. see #537 for the solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are deploying this application to our tablets using Mobile Device Management (MDM). Is it possible to preconfigure certain settings by sending an intent or importing a settings file?
Beta Was this translation helpful? Give feedback.
All reactions