Intune Android Enterprise
7 TopicsIntune Android: Shared Device mode Teams calls
I am currently testing the shared device mode, we would also like to use Teams calls on the devices (Samsung). It rings but the interface does not appear. I can't even accept a call in the app. Do you have the same problem? And how did you solve it? I have already added the following ‘apps’. com.samsung.android.incallui com.android.server.telecom com.samsung.android.app.telephonyui221Views0likes0CommentsManaged Home Screen Woes
Setting up a Company Owned Dedicated (kiosk) Android device can be a bit challenging to get just right. After several hours of reading Reddit, Microsoft, and Personally owned blogs and threads, I figured I would consolidate everything I have found to hopefully have this show up on someone else's Google results. (Main link for Managed Home Screen Configuration: Configure the Microsoft Managed Home Screen app - Microsoft Intune | Microsoft Learn ) Calling issues with Managed Home Screen The Issue: Devices were able to receive phone calls, but the only notification was in the default system's notification tray; this was while the device was locked and unlocked. This posed an issue as we would like to 1) disable the default system tray and 2) We need at least the phone to light up when it was locked to let the users know they're getting a call. The Solution: After researching it is my assumption that the underlying issue is that while the phone is managed, and enrolled as a Company Owned Dedicated Device, for some reason the UI elements are NOT identified as managed items. So the administrator must deploy the following applications as Android Enterprise System Apps and set them as required installs: com.samsung.android.incallui --- I named this Call UI, Publisher Android com.android.server.telecom --- I named this Telecom (1 of 2 Req for Phone App), Publisher Android com.samsung.android.app.telephonyui --- I named this Telephony UI (2 of 2 Req for Phone App), Publisher Android (Yes, these are probably not the "Android Designated Application Name" but that's what they're staying as in my tenant.) That's it. Done. Phone was able to receive calls with the normal quarter of the top screen notification, as well as a full screen notification if the device was locked. However, some previous research also let me to these other items that may help someone else from googling: The Android Phone App Package ID / Android Phone App Bundle ID / Samsung Phone App is: com.samsung.android.dialer --- I named this Phone, Publisher Samsung (unsure for Google, Motorola, etc phones, this works for Samsung) This needs to be set as required as well, and assumedly placed on the managed home screen for the user to make calls (unsure if it is needed to receive calls only... if you have some type of use case for that?). Most predominant links relating to the issue: Article 1: Shared Android Phone/Calls from Kiosk Mode? : r/Intune (reddit.com) Article 2: Shared Android Phone - KIOSK device - Phone Calls - Samsung : r/Intune (reddit.com) Managed Home Screen Conflicts App Configuration Policies currently don’t really show you any information as to why or what a conflict is; just that it’s conflicting (thanks, Microsoft). Some common issues I’ve seen around is that while some configurations are available in both the Device Configuration Profile and the App Configuration Policy; you should not apply these settings in both places (see the tables of configurations on the Microsoft doc for Managed Home Screen at the top of this article). Personally, I like having the configurations setup as: Managed Home Screen App Config Policy: Configuration Key Value Type Configuration Value Exit lock task mode password string 123456 MAX time outside MHS integer 600 MAX inactive time outside MHS integer 180 Enable MAX time outside MHS bool TRUE Enable MAX inactive time outside MHS bool TRUE Enable easy access of debug menu bool TRUE Define Theme Color string light Applications in folder are ordered by name bool TRUE Application order enabled bool TRUE Device's serial number choice {{SerialNumber}} Show device name bool TRUE Show Device Info setting bool TRUE Show Volume setting bool TRUE Show Flashlight setting bool TRUE Show Bluetooth setting bool TRUE Show Managed Setting bool TRUE Show Wi-Fi setting bool TRUE Battery and Signal Strength indicator bar bool TRUE Set device wall paper string https://i.imgur.com/OPlCeFG.jpg Lock Home Screen bool TRUE Enable notifications badge bool TRUE (Exiting Kiosk mode is then within the Device Managed Settings > i > Exit Kiosk Mode with the ‘Exit lock task mode password’ pin.) Dedicated Device Configuration Policy: (In my experience, this is an overview of the settings that should / shouldn’t be set with Managed Home Screen. This is not all the settings, that’s a lot of typing. But this will give you a good start. I am sure not all of these affect the Managed Home Screen as well, but at least the ones under Device Experience do.) General: Permission Policy – Default Date and Time – Block Factory Reset, Status Bar – Blocked Skip first hints – Enable Power Button Menu – Block System Error Warnings – Allow Enabled System Navigation Features – Home and overview buttons System Notifications and Information – Show both Device Experience: Enrollment Type – Dedicated Device Kiosk Mode – Multi-App Custom Layout – Enable (Note: all of these apps need to be deployed and set as required) App Notification Badges – Enable Virtual Home Button thru Wi-Fi Configuration– ALL Not Configured (as these are configured within the App Configuration Policy!) Bluetooth, Flashlight, Media, Quick access to device info – Enabled Managed Home Screen Background I found that the best place to configure this is only within the App Configuration Policy. The main issue everyone seems to face is that the image URL must end with a ‘.jpg’. This is very easily overcome; find an image on Google, Download it, Go to Imgur, Upload it (watch your ad), Right click it afterwards, then click Copy Image Link. Boom imgur.com/somerandomletters.jpg Finding the Android App Identifier Honestly, this is a lot more complicated than it needs to be. Note: Adding the Managed Home Screen app to the Home Screen shows up as Managed Settings and works great. Here’s a list of the common ones: App Name Store URL App Identifier Calendar https://play.google.com/store/apps/details?id=com.samsung.android.calendar com.samsung.android.calendar Camera https://play.google.com/store/apps/details?id=com.sec.android.app.camera com.sec.android.app.camera Clock https://play.google.com/store/apps/details?id=com.google.android.deskclock&hl=en-US com.google.android.deskclock Gallery https://play.google.com/store/apps/details?id=com.sec.android.gallery3d com.sec.android.gallery3d Google Play Store com.android.vending Microsoft Intune https://play.google.com/store/apps/details?id=com.microsoft.intune&hl=en-US com.microsoft.intune Managed Home Screen https://play.google.com/store/apps/details?id=com.microsoft.launcher.enterprise&hl=en-US com.microsoft.launcher.enterprise Microsoft OneDrive https://play.google.com/store/apps/details?id=com.microsoft.skydrive&hl=en-US com.microsoft.skydrive Microsoft Outlook https://play.google.com/store/apps/details?id=com.microsoft.office.outlook&hl=en-US com.microsoft.office.outlook Microsoft Teams https://play.google.com/store/apps/details?id=com.microsoft.teams&hl=en-US com.microsoft.teams Phone https://play.google.com/store/apps/details?id=com.samsung.android.dialer com.samsung.android.dialer Samsung Notes https://play.google.com/store/apps/details?id=com.samsung.android.app.notes&hl=en-US com.samsung.android.app.notes Settings https://play.google.com/store/apps/details?id=com.android.settings com.android.settings There were a LOT of articles and treads I read about these issues and I cannot possibly find them all again to post here. But here are a few to try and give credit: Configure the Microsoft Managed Home Screen app - Microsoft Intune | Microsoft Learn Shared Android Phone/Calls from Kiosk Mode? : r/Intune (reddit.com) Shared Android Phone - KIOSK device - Phone Calls - Samsung : r/Intune (reddit.com) GitHub - petarov/google-android-app-ids: Google Android apps found on the Play Store (Some of these are incorrect for my use cases (needed Android apps not Google Apps)) Corporate-owned Android Enterprise device restriction settings in Microsoft Intune | Microsoft Learn Manage Android Enterprise system apps in Microsoft Intune | Microsoft Learn11KViews4likes2CommentsAndroid Enterprise devices failing to register
HI Wonder if anyone else is experiencing this. We have a strange issue where Android Enterprise devices are failing to register for all users. The device installs authenticator and Intune and enforces our pin code policy and at the last step after the final login the device fails with a generic error. "Something went wrong" Interestingly though after 1800 GMT the phones registered and it works ok up until after 0900 GMT when they start failing again. We are looking at stating to roll out over 200 devices and this is causing us no end of issues with sheduling. I have logged a cal with Microsoft but not gotten very far. Is anyone else having any issues?Solved39KViews0likes22CommentsMicrosoft Intune Company Portal & Android 13??
My company uses Intune Company Portal for MS application (Outlook, OneDrive, Teams, etc.) access. I started with a Samsung Galaxy Ultra 22 (personal phone) and had many issues and tried everything from the various blogs including manually adding the Outlook Device Policy with no luck. After a hard reset it worked for a week but then started getting the "sign in failed" error. I then tried uninstall/reinstall of the Portal and Apps without success. Thinking that Samsung Knox security may have been the issue, I switched phones. Starting off fresh with a Moto G Stylus 5G 2023 started the installation and right out of the box had the same "sign in failures" BUT after a hard reset and one by one install of the various programs it worked well for a few weeks. Even after the Company Portal app had a update worked fine. I travelled this weekend and the "sign in errors" are back. One thing that I did not mention was through all of these errors and issues the Intune app is happy and says that the phones are "in compliance". One user mentioned to give the MS apps full notification permission but this did not work either. Has anyone been able to get Intune working with a Android 13 phone? Last questions. Are they any programs that interfere with Intune? On the Samsung I had Norton Antivirus installed and read that Intune only allows one managed service application active. Even after uninstall of Norton and hard reset the Samsung did not work. Does the Norton Password Manager also interfere? Thanks in advance for your help.3.4KViews0likes2CommentsAndroid Personally Owned Work Profile apps fail to show as available.
I have been having an issue with Personally owned Work-Profile devices. I have a list of apps that are required and a list of apps that are available. The list of required apps was installed with no issues, but the list of available apps does not show as available if the app was made available after a device's enrollment time. To simplify when I enroll a device after I deploy the apps, all of the apps show up. If I want to make an app available after the enrollment it does not seem to update on the work profile play store. If I were to make the app required then it would install with no issues when the device next checks in. I attempted to search for the app in the work profile play store but it just says that the administrator has not made the app available. If I navigate to the enrolled device inside of intune it shows that the apps are assigned and available.Solved7.3KViews0likes7CommentsRedmi Note 11 pro failing to enroll in Intune
We have been trying enrollment of Redmi Note 11 pro which is failing with "Couldn't add your device" error. We have ensured that "Encrypt with passcode" is enabled and device admin app access is granted to Company portal. Device is on MIUI 11. The irony is that same device was enrolled and working in past. Is anyone else facing this issue? If you have any resolution to this, please share.6.7KViews0likes4Comments