Re: [android-developers] Programmatically delete a home-screen shortcut

2012-06-17 Thread Andrew
Romain, I believe I'm doing something simple wrong, the code below can install shortcut, but removal silently fails (no exceptions or errors in logs except that I see a single line mentioning that ActivityManager processed the call). Tested on Android 2.3.4 phone and on Android 4 tablet with s

[android-developers] Programmatically delete a home-screen shortcut

2009-04-10 Thread Eborix13
Hi, I have some questions related to Android's home-screen contents: 1) Is there a way to programmatically delete a home-screen shortcut on Android? I know that it can be done manually but I want to do it in code. 2) Is there a directory where all the contents of the home-screen are sto