-2

Is it possible to arrange Android application icons on the home screen from application level code? Does this need to be handled by a custom launcher?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
mpkostek
  • 79
  • 9

1 Answers1

0

No you can't do that. The arrangement of the launcher icons is an implementation detail of the launcher app. Further, it depends on the specific launcher in use which can be wide and varied.

As you say, if you want to do that, you need to be the launcher app.

Jeffrey Blattman
  • 22,176
  • 9
  • 79
  • 134