"LauncheIcon" - is it used for a watchface?

Is it used on any device for a watchface, or will it use used in the future? If not, why include it in the resource file or in images?

every few bytes help when you have to live in 64kb. Can it just be removed?
  • Former Member
    Former Member over 10 years ago
    Currently an app icon is only shown for watch-apps. Internally we have discussed ways to use an app's icon in other app types (showing the apps icon when a widget is loading for instance) but nothing is really set at this moment. The 64kb limit is for memory, not size of the compiled application. Unless you load your icon into memory via Ui.loadResource() it should not count against the 64kb.