1

In Android, I need to make an App icon as like a watch. That icon shows Seconds, Minute and hour lines as per system current time. All lines are moved as per the current time. Means runnable icon like a real watch. Like as per the given image.

enter image description here

Hemant N. Karmur
  • 840
  • 1
  • 7
  • 21

2 Answers2

4

Unfortunately, it's not possible for third party apps, as the app you are referring to is a native Samsung app in which Samsung will have the ability to do whatever it wants regarding it, and will have the ability to control the home screen as it wants, but for third party apps and as a general case you can only provide one app icon, and as mentioned here in this fulfill answer it can happen only in a certain way and under certain conditions in only small amount of cases:

I seem to recall that somebody has a GitHub project that tries to wrap the proprietary APIs of various home screens. IIRC, some supported capabilities included either replacing the app icon or adding a badge (e.g., unread message count). However:

  • Only a small percentage of devices will support those proprietary APIs
  • Undocumented and unsupported APIs, discovered through reverse-engineering apps, are subject to change and may break in
    unexpected ways
Muhammed Refaat
  • 8,914
  • 14
  • 83
  • 118
-1

Using app icon you didn't achieve what you want.for this functionality, you need to create Android widget.how to create a widget and how to add into widget list for that you need to do RnD on it.

Mahesh Keshvala
  • 1,349
  • 12
  • 19