The desktop Android is not just a background image, but a dynamic space that can be customized to suit your needs. Many users are faced with the need move icons between screensto optimize access to frequently used applications or simply organize the chaos of shortcuts. However, not everyone knows that transfer methods depend on launcher (interface shell) installed on the device.
Standard launchers from Samsung, Xiaomi, Google or Huawei offer basic icon management functions, but often limit the user's flexibility. On the other hand, third-party skins like Nova Launcher, Apex Launcher or Lawnchair expand the capabilities by adding gestures, app groups, and even layout backups. In this article we will analyze all the current methods - from simple drag and drop to hidden functions that are not written about in official instructions.
1. Standard method: dragging with your finger
The most obvious method is holding an icon followed by moving to another screen. It works on most smartphones with a factory shell (One UI, MIUI, ColorOS etc.), but there are nuances that few people know about.
To transfer an icon:
- ๐ Tap on the application icon or shortcut and hold it 1โ2 seconds until it โcomes unstuckโ from the table.
- ๐ฑ Without releasing your finger, move the icon to the edge of the screen (left or right). After 0.5โ1 second, automatic scrolling to the next table will occur.
- ๐ฏ Release the icon in the desired place on the new screen.
If scrolling does not work, check the launcher settings: some manufacturers (for example, Xiaomi) disable this function by default. In this case, go to Settings โ Desktop โ Switch between screens and enable the option Auto scroll.
On some smartphones (for example, Samsung Galaxy s One UI) the icon can be dragged not only with your finger, but also with the stylus S Pen - this is convenient for precise placement.
2. Transfer through the app panel (App Drawer)
If dragging does not work or you need to transfer several icons at once, use application bar (App Drawer). This method is universal and suitable even for outdated versions. data-i="70">Find the desired application and hold its icon. Android (starting from Android 5.0 Lollipop).
Algorithm of actions:
- Open the app drawer (usually by swiping up from the bottom of the screen or tapping the All apps icon).
- Find the application you want and hold its icon.
- Drag the icon to any desktop (including a new one if it is empty).
- If you need to move to another screen, first place the icon on the current desktop, and then move it using the method from first section.
This method is especially useful if you want create a duplicate icon on another screen without deleting the original.For example, you can place Google Maps both on the main screen and on a separate table with navigation applications.
What to do if the application panel does not open?
If swiping up does not work, check the gestures in the launcher settings. On some firmware (for example, EMUI from Huawei), the panel opens by clicking on the "Dot" or "Circle" icon in dock panel.
3. Using folders for group transfer
When you need to move several icons at once, create a temporary folder.. This technique saves time and reduces the risk of errors when manually transferring each shortcut.
Instructions:
- ๐ Drag one icon onto another to create a folder (name it, for example, "For transfer").
- ๐ Add all the icons you want to transfer to the folder.
- ๐ Hold the folder and drag it to desired desktop.
- ๐๏ธ Open the folder on a new screen and extract the icons back (drag them outside the folder).
The advantage of the method is that you can save the order of the icons inside the folder. For example, if you had applications in order on one desktop. WhatsApp โ Telegram โ Viber, they will remain in the same order after transfer.
โ ๏ธ Attention: On some launchers (for example, POCO Launcher), folders are automatically sorted alphabetically. To avoid shuffling, disable auto-sorting in the settings. folders.
4. Transfer through launcher settings (for advanced users)
Standard launchers rarely offer advanced icon management options, but third-party shells (for example, Nova Launcher or Apex Launcher) allow edit the table layout manually. This is useful if you need to transfer icons to a screen that has not yet been created.
Example for Nova Launcher:
- Hold an empty space on the desktop and select
Settings. - Go to
Desktop โ Manage desktops. - Add a new table (if necessary) or select an existing one.
- Go back to the main screen, hold the icon and in the context menu, select
Edit. - In the field
Desktopindicate the screen number where you want to move the icon.
In Apex Launcher a similar function is called Settings โ Desktop settings โ Table editor. Here you can not only move icons, but also adjust the number of rows/columns, cell sizes, and even hide individual screens.
| Launcher | Path to transfer settings | Does group transfer support? |
|---|---|---|
| Nova Launcher | Settings โ Desktop โ Manage desktops |
Yes (via backup copying) |
| Apex Launcher | Settings โ Desktop settings โ Table editor |
No |
| Lawnchair | Settings โ Desktop โ Table settings |
Yes (via JSON config) |
| One UI (Samsung) | Settings โ Home screen โ Home screen layout |
No |
โ ๏ธ Attention: When manually editing the layout via JSON files (as in Lawnchair) there is a risk of damaging launcher configuration. Before making changes, create a backup in the menu Settings โ Backup.
5. Transfer using gestures (for launchers with support)
Some shells (for example, Microsoft Launcher or Action Launcher) support gestures for controlling icons. This speeds up the transfer, especially if you have many desktops.
Example of settings in Microsoft Launcher:
- ๐ Go to Settings โ Gestures data-i="145">๐ฒ Now, while holding the icon, you can swipe left/right to quickly move between tables without waiting for auto-scrolling.
Settings โ Gestures. - ๐ Enable the option
Swipe up for app drawerAndSwipe down to search. - ๐ฒ Now, while holding the icon, you can swipe left/right to quickly move between tables without waiting for autoscroll.
In Action Launcher there is a unique function Quickpage โa hidden desktop, accessible by swiping from the right edge. You can move there. icons that are rarely needed, but should be at hand.
Make sure that the launcher supports gestures
Enable the necessary gestures in the settings
Check the sensitivity of swipes
Create a backup copy of the layout (optional)-->
6. Transferring icons via ADB (for experienced users)
If standard methods do not work (for example, on custom firmware or devices with a limited launcher), you can use Android Debug Bridge (ADB)This method requires connecting a smartphone to a PC and basic command line knowledge. data-i="156">Basic steps:
Basic steps:
- Enable
USB DebugginginSettings โ About phone โ Build number(press 7 times to unlock developer mode), then return toSettings โ System โ For developers. - Connect your phone to the PC and run the command:
adb shell pm list packages -fto see a list of all applications and their paths.
- To transfer the icon to another table, use the command (example for Nova Launcher):
adb shell am start -n com.teslacoilsw.launcher/.NovaLauncher -e action add_item -e itemType application -e packageName com.example.app -e screen 2 -e cellX 1 -e cellY 0where
screen 2is the screen number, andcellXandcellYare the cell coordinates.
This method is suitable for automating or restoring the layout after resetting the settings. However, it requires precise knowledge of the launcher structure and may not work for everyone. shells.
โ ๏ธ Attention: Incorrect use of ADB can lead to malfunctions of the launcher. Before experiments, create a backup copy of your data via adb backup.
For most users, the first three methods are sufficient (drag and drop, App Drawer, folders and manual launcher settings are needed only in exceptional cases). cases.
Frequent problems and their solutions
Even when following the instructions, users encounter difficulties. Here are the most common of them and ways to solve them:
- ๐ซ The icon is not dragged: Check if it is blocked by the launcher (for example, some system applications cannot move). Try holding the icon longer (up to 3 seconds). MIUI Some system applications cannot be moved). Try holding the icon longer (up to 3 seconds).
- ๐ Auto-scroll does not work: Enable it in the launcher settings or update the shell to the latest version.
- ๐ฑ Icons are returned to their place: This may be related. with the "Layout protection" function (for example, in One UI). Disable it in
Settings โ Home screen โ Layout protection. - ๐๏ธ Icons disappeared after transfer: They may have ended up in a folder or on a hidden desktop Check everything. screens and table visibility settings.
If the problem persists, try resetting the launcher settings to standard. To do this:
- Open
Settings โ Applications. - Find your launcher (for example Nova Launcher) and select
Storage โ Clear data. - Reboot the device.
This will return the table layout to factory settings, but will not delete it itself applications.
FAQ: Answers to popular questions
Is it possible to transfer icons between desktops on Android without a launcher?
No, desktops and icon management are a function of the launcher. Even the โstandardโ Android interface is a built-in launcher (for example, Pixel Launcher on Google Pixel). Without it, the system will not be able to display desktops. However, you can install another launcher from Google Play and transfer the icons already in it.
Why did the icons scatter across the desktops after updating Android?
With major updates. system (for example, from Android 11 to Android 12) the launcher may reset the layout due to changes in the data storage structure. To avoid this, before updating:
- Take screenshots of the icon locations.
- Use the backup function. launcher (if it exists, as in Nova Launcher).
- Synchronize settings with your Google account (does not work on all launchers).
If the icons are already scattered, use the methods in this article to organize them.
How to transfer icons from one Android device to another?
To do this, you need the backup function of the launcher. For example, in Nova Launcher:
- Open
Settings โ Backup/Restore. - Create a backup copy of the layout.
- Transfer the file backup copy to a new device (for example, via Google Drive).
- Install Nova Launcher on a new device and restore the layout from the file.
For standard launchers there is usually no such function - you will have to transfer icons manually.
Is it possible to create a shortcut for transfer icons?
There is no direct shortcut for this function, but you can use:
- Launcher widgets: Some shells (for example, Apex Launcher) allow you to add a widget for quick access to table settings.
- Tasker or MacroDroid: Using these applications, you can create an automatic task for moving icons according to a schedule or gesture. For example, the macro "When double-clicking on the screen, move Chrome to the second table."
- Voice commands: If your launcher supports integration With Google Assistant, you can set up a command like โOkay, Google, move WhatsApp to the third screen."
Why canโt you move system application icons on some launchers?
Manufacturers often block the movement of system applications (for example Settings, Phone, Messages) for:
- Preventing accidental deletion of critical functions.
- Compliance with corporate standards (for example, on devices for business).
- Ensuring stability of the firmware (some applications are tied to certain system processes).
You can bypass this limitation:
- By installing a third-party launcher (for example, Nova Launcher), which ignores such locks.
- By obtaining
root accessand editing the launcher configuration files (risky method). - By creating a duplicate icon via the "Shortcut" widget applications" (available in the widget menu).