Forum Discussion
developerayse
23 days agoLevel 1.5: Cupcake
How to add, update, and remove pinned shortcuts as a Device Owner without user interaction?
I am developing an MDM (Mobile Device Management) application and need to manage pinned shortcuts programmatically as a Device Owner. Currently, I can add, update, and remove pinned shortcuts only w...
jeremy
18 days agoLevel 3.0: Honeycomb
There currently no API to do this silently, however this is something you might be able to achieve with a custom launcher for example.
Or you could "force" the user to do this during device provisioning with an app installed and launched as a "Required for Setup" so user won't have a choice than to go trough your app to finsih the devce setup.