The only way so far I can get onSettingChanged to work is for the function in the watch face view class to use global variables not in the class. All attempts to use class variables in one way or another have failed for either compiler errors or symbol not found runtime errors. It is just not possible to use class variables for application settings? If so, what is the incantation magic for it to work?