문제

Some default widgets like "direct contact dial" are moveable to the favorites tray [1]. How can I create such a widget that is moveable to the favorites tray?

[1] http://developer.android.com/design/get-started/ui-overview.html

Best regards.

도움이 되었습니까?

해결책

Those are shortcuts. You can have the ability to add shortcuts by handling the ACTION_CREATE_SHORTCUT intent in your AndroidManifest.xml. The Activity that handles this action should present something to allow the user to select which item in your application to create a shortcut to.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top