When I enroll a device using the Android Management API, it automatically removes all the default applications like the gallery, clock, etc., when the phone starts. I don’t want that; I want to keep those system apps. How can I do this?
I have tried adding the “installAppDisabled” and “playStoreMode” keys in my policy, but it didn’t work. I also tried adding the package name in the application object, but I don’t know the package names of the applications.