How can I organize already installed Android apps in groups (folders)?

205 Views Asked by At

I want to create folders or application groups on the Home Screen of an Android tablet for already installed apps.

The apps APK will be provided by someone external (I can't modify them). I need to create a script, a small app, or something similar that when executed look for the specific installed apps in the connected android device and then creates apps groups on the home screen.

For example, if I have 8 applications installed on the android device then I need to create 4 groups of 2 apps in each folder.

I'm totally new to Android developments although I have some experience with Java, any insight of where to start looking will be welcome.

The device Android version is 10.

I also was looking for an existing solution like this APK Installer, but it doesn't have the option to create the folder/groups.

1

There are 1 best solutions below

4
CommonsWare On

I need to create a script, a small app, or something similar that when executed look for the specific installed apps in the connected android device and then creates apps groups on the home screen.

Android, the operating system, has no concept of "app groups". That is a feature of a launcher app. Some launcher apps may have APIs to allow third party apps to manipulate app groups, but the details would vary by launcher. On the whole, I expect very few launchers to have such an API. And, if you were expecting to be able to do this for arbitrary devies using arbitrary launcher apps... sorry, but that is not possible.