hey, I've developped a car dock application. I can add shortcuts in my开发者_如何学运维 activity but how can I add a system widget ?
You need to extend the AppWidgetProvider class in your application. See a tutorial here and make sure you follow the design guidelines.
精彩评论