Exact same situation as the OP in the thread here – One Android\\IOS device - multiple users, possible?<\/a><\/p>\n
I am managing IT for a company that has employees in the field. Employees pick up mobile phones assigned to their area at the start of their shift and return it at the end. Currently we have g-suite accounts assigned to the area (ie [email protected]<\/a>) set up on the phones. But this leads to emails not being seen by some users as they have already been marked read by others. So ideally we’d like users to have their own email addresses but I can’t find something that’ll allow me to do this.<\/p>\n
Is there any way to have users login to the phone as themselves instead and then have access to only their own mail accounts?<\/p>\n We already have Meraki MDM on all (android) devices.<\/p>\n @chrisharvey6267<\/a> @simontompson2260<\/a><\/p>","upvoteCount":4,"answerCount":4,"datePublished":"2018-11-30T03:29:07.000Z","author":{"@type":"Person","name":"spiceuser-bwgie","url":"https://community.spiceworks.com/u/spiceuser-bwgie"},"suggestedAnswer":[{"@type":"Answer","text":" Exact same situation as the OP in the thread here – One Android\\IOS device - multiple users, possible?<\/a><\/p>\n I am managing IT for a company that has employees in the field. Employees pick up mobile phones assigned to their area at the start of their shift and return it at the end. Currently we have g-suite accounts assigned to the area (ie [email protected]<\/a>) set up on the phones. But this leads to emails not being seen by some users as they have already been marked read by others. So ideally we’d like users to have their own email addresses but I can’t find something that’ll allow me to do this.<\/p>\n Is there any way to have users login to the phone as themselves instead and then have access to only their own mail accounts?<\/p>\n We already have Meraki MDM on all (android) devices.<\/p>\n @chrisharvey6267<\/a> @simontompson2260<\/a><\/p>","upvoteCount":4,"datePublished":"2018-11-30T03:29:08.000Z","url":"https://community.spiceworks.com/t/multi-user-mobile-os-or-email-solution-for-field-workers/686349/1","author":{"@type":"Person","name":"spiceuser-bwgie","url":"https://community.spiceworks.com/u/spiceuser-bwgie"}},{"@type":"Answer","text":" I’m not a fan of this option for two reasons; 1.) It requires physical access to enable if not already enabled in your Android devices 2.) While I’ve used this option in a business environment I’ve never used it alongside an MDM solution and can’t actually find any MDM solution that ‘supports’ this mode.<\/p>\n The solution could be to enable Multi User support on Android by using Android Debug Bridge (adb) | Android Studio | Android Developers<\/a> and issuing;<\/p>\n adb shell setprop fw.show_multiuserui 1<\/p>\n adb shell setprop fw.max_users X (where X is a number between 1-5)<\/p>\n Lots of reading to do on this, especially now with Android Enterprise<\/p>\n https://source.android.com/devices/tech/admin/multi-user<\/a><\/p>\n