How to provide "Glance Options" via long press of Menu button?

Some Glances provide "Options" as a choice when pressing the Menu button while viewing the list of Glances.  Most only show Reorder or Remove but some show Options.  Does this only work on the new Application+Glance model or only on native Glances? 

I'm not seeing a way to provide this "Options" choice for a Widget with a Glance view.  I can only get this to work once the Widget is "open" and using onMenu().

Thx,

Pete

  • I don’t think you can, since neither device apps nor widgets work with onSettingsView() (if the API docs are to be believed). It would be great if onSettingsView() was available for device apps and widgets in order to specify a settings menu for glances, similar to how it works with watchfaces and data fields

    Might make for a good feature request.