The SDK tells me that data fields can implement a settings UI, but I'm not sure how to access it on my vivoactive 4s.
https://developer.garmin.com/connect-iq/core-topics/properties-and-app-settings/
If you want to provide an on-device settings user interface for your watch face or data field, you can implement
AppBase.getSettingsView()
.getSettingsView()
functions similarly toAppBase.getInitialView()
where you return aWatchUi.View
andWatchUi.InputDelegate
pair that can serve as the initial view.Watch face configuration is available to the user in the system Watch Face menu. Data field configuration is available from the activity menu.
What button do I need to push to access the settings UI for a data field on the watch? Is there a button I can push to configure a data field that is already in a layout, or are the settings only shown at the time I add the data field to the layout? Or is this something that lower-end devices do not support?