Can we add some menu item to the Android's native Menu
I want to add a task of my application in the android native menu. Suppose if my app is for creating notes I want to provid开发者_StackOverflowe a "add new note" menu item here in the default menu of android.
Is it possible to do so. If yes then how?
AFAIK this is yet not possible in Android for any application to register its menu item on system level also aou may look at following post Android - add menu item to Android's built-in apps
精彩评论