语言

Menu
Sites
Language
[Gear] Schedule app icon showing the day of month

The standard icon for the Schedule app on the Gear S2 (Tizen v 2.3.2.2) is a white circle with the top segment and "31" in green.

It is what I get when I use the Application API:

 tizen.application.getAppInfo(id).iconPath

However, in the built-in Apps launcher, the Schedule icon changes daily to show the day of the month.

How is this done, and how can I get access to the custom icon from my web code?

编辑者为: Hendrik Boshoff 08 3月, 2018

响应

1 回复
Armaan-Ul- Islam

You meant you getting the '31' icon by calling this API every time?

Or you get the exact icon for that day (For ex: '09' when its 9th day of month)?

 

You can't fetch all the icon resources from another app's source, as you aren't the owner of that resource.