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?
Asked
Active
Viewed 104 times
-2
-
https://stackoverflow.com/questions/1103027/how-to-change-an-application-icon-programmatically-in-android – Amit K. Saha Oct 23 '17 at 20:11
-
https://stackoverflow.com/questions/37081119/android-change-app-icon-programatically – Amit K. Saha Oct 23 '17 at 20:11
-
https://stackoverflow.com/questions/20851274/how-to-change-launcher-icon-and-its-label-from-the-application – Amit K. Saha Oct 23 '17 at 20:12
-
1you should definitely search first before posting a new question. – Amit K. Saha Oct 23 '17 at 20:12
-
Those all only talk about the app icon. I want to rearrange all apps on the home screen of my device at run time. – mpkostek Oct 23 '17 at 20:37
1 Answers
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