I want to get icon positions from active screen on Android, i mean main screen, not menu.
Does anybody know how detect size and position of icon in Android, is it possible?
I can’t find any manual about it.
I want to get icon positions from active screen on Android, i mean main
Share
There is no concept of “main screen” in Android.
If the “icon” is in your activity, find the
ImageViewor other widget that is showing the icon, and you can find out its position.If the “icon” is anywhere else, you cannot find out what icons exist, let alone their position, in third-party apps or the OS.