User Profile
netodomenico
Level 1.5: Cupcake
Joined 2 years ago
User Widgets
Contributions
Re: [FIXED] Some Fully Managed devices unable to update Play Store version
Hi Lizzie, thank you for your reply. You said «Work Profile devices, including both personally and company-owned devices, are not impacted» but in my case company-owned devices are partially impacted (85 devices, precisely). You also said «Impacted devices will have the Play Store version 35.2.19 or below» and my devices are in the 35.4.00 20231120 version but the Play Store Recovery Service version code matches (83540000). «Affected devices can still install and update other applications as normal» but still not in my case. In fact, however, I had set the uninstallAppsDisabled property (in Android Management API, for Policy entity) to true, and I'm trying to fix the issue by switching it to false. I don't know if the property you pointed out corresponds to mine, I hope this could be enough. Thank you a lot for your support, I hope to give you good news soon.9.3KViews1like0CommentsRe: [Mitigated & Researching] Some Fully Managed devices unable to update Play Store version
Hi Lizzie, thank you for your informazion. Any idea on how to solve the issue, remotely, on devices which are set in fully managed mode with a custom app installed and running in kiosk mode? I desperately tried issuing a command using Android Management API with CLEAR_APP_DATA type on com.android.vending package name (Google Play Store), but I think it's disallowed from system policy. That's because I found that on a device the "Google Play Store" became "Play Store Recovery Service", but just a tap on it recovered the app and made it start working again. Thank you.9.8KViews1like0CommentsRe: WiFi connection and Kiosk mode
Hi Lizzie, Thank you for your answer! I'd like to tell you that you gave me a fix, but I can't 😔 A solution like that is not congenial to my implementation because all the devices share a single Policy. Therefore the Open Network configurations would be shared among all the devices, which however are located in different places, connected to different networks and need to be able to change network settings dinamically (through the UI of the app, using system API). Any ideas?3.7KViews0likes0CommentsWiFi connection and Kiosk mode
Hello world! I'm managing some devices through Android Management as device owner, in kiosk mode, running an app I developed in Flutter. I need to list all nearby wifi connections and I succeeded using a specific library, but when I try to connect and save the network on the device It fails: in development mode I get the opening of a system modal for saving the network instances, while in Kiosk mode it totally doesn't work. Any ideas?3.7KViews0likes2Comments