Reputation: 259
Is it possible to programmatically add an icon to the desktop with a URL shortcut from my application?
Upvotes: 0
Views: 1055
Reputation: 9189
If you mean, can you add a Launcher icon programmatically that will act like a URL shortcut? Yes, use the InstallShortCutReceiver source from Launcher2 as a guide.
Upvotes: 1