Creating shortcuts on the desktop Android is an easy way to speed up access to frequently used sites, applications or documents. However, not all users know that on the main screen you can place not only app icons, but also direct links to web pages, contacts, notes, or even files from the deviceโs memory. In this article, we will look at all the current methods for adding links, including hidden functions of shells MIUI, One UI and pure Android.
The peculiarity of the process is that the algorithm depends on the type of link (site, application, file) and the version of the operating system. For example, in Android 14 there were new restrictions on creating web shortcuts through browsers, and manufacturers like Samsung or Xiaomi added their own tools. We tested all the methods on current smartphone models and collected working instructions - from standard to little-known ones.
1. How to add a website shortcut to your desktop via a browser
The most popular request is to create an icon to quickly open a web page. Most browsers (Chrome, Firefox, Samsung Internet) support this feature, but the interface may vary. Let's look at the universal method using an example Google Chrome:
- Open the site in the browser for which you want to create a shortcut. Make sure that the page has fully loaded.
- Click on three dots in the upper right corner (browser menu).
- Select item
Add to home screen(in some versions -Install shortcut). - If necessary, edit the shortcut name and confirm adding.
โ ๏ธ Attention: In Android 12+ some browsers (for example, Yandex Browser) may not show the "Add to home screen" option for sites without manifest.json. In this case, use alternative methods from the following sections.
Open the site in the browser|Check that all page elements are loaded|Make sure they are available Internet|Free space on the home screen-->
| Browser | Path to function | Features |
|---|---|---|
| Google Chrome | โฎ โ Add to home screen |
Works on all versions of Android |
| Samsung Internet | โฎ โ Add a shortcut to the home screen |
Additionally suggests changing the icon |
| Firefox | โฎ โ Home screen โ Add |
May not work on some custom firmware |
| Yandex Browser | โฎ โ Tools โ Home screen |
Requires confirmation in the dialog box |
After adding, the shortcut will open the site in the same browser through which it was created. If you delete the browser, the icon will stop working. To change the default browser, go to Settings โ Applications โ Default applications.
2. Creating a shortcut for an application: hidden features
Most users simply drag application icons from the menu to the desktop, but there are more flexible ways, for example, you can create a shortcut for specific application section (settings, chat, profile) or even for system functions. not in the main menu.
For standard applications:
- Open menu applications (swipe up from the bottom of the screen).
- Find the desired application and hold its icon for 1-2 seconds.
- Drag it to an empty space on the desktop. On some shells (for example, MIUIa context menu will appear - select
Create shortcut.
To create shortcuts internal functions (for example, direct access to Wi-Fi settings):
- ๐ง Use the application Nova Launcher (paid function "Activities") or Shortcut Maker from Google Play.
- ๐ฑ In Samsung press and hold an empty space on the screen โ
Widgets โ Settingsโ select the desired section. - ๐ On Xiaomi some system shortcuts are available through
Settings โ Desktop โ Widgets.
If you often need to open a specific chat in Telegram or WhatsApp, create a shortcut through the chat menu: open the dialog โ โฎ โ Add to home screen.
On some firmware (for example, ColorOS from Oppo/Realme) the standard launcher does not support creating shortcuts for individual actions. In this case, installing an alternative launcher like Apex Launcher or Microsoft Launcher.
3 will help. Adding a shortcut to a file or folder
Android does not provide a direct function for creating shortcuts to files on the desktop, but there are workarounds. a reliable way is to use file manager with support for widgets or special applications.
Instructions via Files by Google:
- Open the application and find the file you need.
- Long press the file โ select
Share. - In the list of applications, find
Add to home screen(can be calledCreate shortcut). - Confirm creation โ a file icon will appear on the screen.
Alternative methods:
- ๐ Use Solid Explorer or FX File Explorer โthey support creating shortcuts through the context menu.
- ๐ Application Shortcut Maker allows you to create shortcuts for any files along their path (for example,
/storage/emulated/0/Download/document.pdf). - ๐ A widget is suitable for folders
Foldersin the standard widget menu (available on Samsung i Huawei).
Why canโt I create a shortcut for a file?
On some firmware (for example, EMUI from Huawei), system restrictions block the creation of direct links to files due to security policy. In this case, installing a file manager with extended rights (for example, Mixplorer with root mode enabled).
โ ๏ธ Attention: File shortcuts may stop working after moving or renaming the original file. Also, some applications (for example, Google Drive) do not support creating direct links to downloaded files - in this case, use the application widget.
4. Special shortcuts: contacts, notes, tasks
Android allows you to create shortcuts not only for applications and files, but also for specific contacts, notes or even voice assistant commandsThese functions are often hidden in the depths. menu.
Shortcut for contact:
- Open the application
Contact(orPhone). - Find the desired contact and open its card.
- Click on
โฎโAdd a shortcut to the main screen(in MIUI โMore โ Create shortcut).
Shortcut for note (Google Keep, Samsung Notes):
- ๐ V Google Keep: open note โ
โฎ โ Send โ Create shortcut. - ๐ In Samsung Notes: long-press the note in the list โ
Add to home screen. - ๐ For Evernote or OneNote use the "Share" โ "Add to Screen" option.
Shortcut for voice command:
On devices with Google Assistant you can create a shortcut to quickly execute a command. For example, a shortcut. "Home", which will turn on the navigator to the house. To do this:
- Press an empty space on the screen โ
Widgets. - Find a widget
GoogleorAssistant. - Select a type widget
Commandsand configure the desired action.
For sites|For applications|For files|For contacts|Another option-->
Problems and solutions: why you canโt add a shortcut
Sometimes users encounter errors when trying to create a shortcut. Let's look at typical problems and ways to solve them:
| Problem | Possible cause | Solution |
|---|---|---|
| No "Add to home screen" option in the browser | Outdated version of the browser or site without PWA | Update your browser or use Shortcut Maker |
| The shortcut opens the wrong page | Browser cache or redirect on the site | Clear your browser data or create the shortcut again |
| Shortcut disappears after reboot | Launcher error or system crash | Reinstall the launcher or reset its settings |
| You cannot create a shortcut for a system application | Limitations manufacturer (for example, Huawei) | Use ADB commands or third-party launchers |
If none of the methods work, check:
- ๐ Free space on the screen โsome shells block adding shortcuts if there are no free cells.
- ๐ฑ Android version โ on Android 13+ additional permissions may be required to create shortcuts.
- ๐ Settings security โon
Settings โ Applications โ Special accesscheck the permissions for the launcher.
If standard methods do not work, try installing an alternative launcher (for example Nova Launcher or Action Launcher) - they support advanced shortcut creation functions.
6. Advanced features: ADB and automation
For advanced users who need system shortcuts or automation, tools like ADB (Android Debug Bridge) or TaskerThese methods allow you to create shortcuts to hidden Android functions. which are not available through the standard interface.
Creating a shortcut via ADB:
- Connect the phone to the PC and enable
USB debuggingvSettings โ For developers. - Run the command to create a shortcut (example for Wi-Fi settings):
adb shell am shortcut --add \--name "Wi-Fi settings" \
--icon "android.resource://com.android.settings/drawable/ic_settings_wifi" \
--intent "action: android.settings.WIFI_SETTINGS"
Automation with Tasker:
- ๐ค Create a task in Tasker with the desired action (for example, opening a specific URL).
- ๐ Export the task as a shortcut to the main screen.
- ๐ Set up triggers (for example, by time or location).
โ ๏ธ Attention: Use ADB requires technical knowledge. create a backup copy of your data via Settings โ System โ Backup.
To create shortcuts to system applications (for example, com.android.settings) use the application Activity Launcher โit shows all available Activity in installed apps.
7. Optimizing the desktop: how to manage shortcuts
After adding many shortcuts, the desktop can become messy:
- ๐ Grouping into folders: pinch one shortcut. and drag it onto another to create a folder. Name it (for example, "Work", "Social networks").
- ๐จ Change icons: use applications like Icon Changer or launcher themes (available in Nova Launcher).
- ๐ Sorting by frequency of use: some launchers (for example, Microsoft Launcher) automatically arrange shortcuts by priority.
- ๐๏ธ Removing unnecessary ones: press the shortcut โ drag it to the trash (or click "Delete"). deletes the application or file itself!
On devices Samsung i Xiaomi additional functions are available:
- ๐ Screen search: swipe down on the desktop to open a search for shortcuts (One UI).
- ๐ฑ Double tap: in MIUI you can assign an action to a double tap on an empty space (for example, calling a voice assistant).
- ๐ Dark theme for icons: in the launcher settings (Themes on Xiaomi) you can enable adaptive icons.
On devices with Android 12+ web application shortcuts (PWA) can work in a separate window without a browser interface, like native apps. This saves memory and speeds up loading.
FAQ: Frequently asked questions about shortcuts on Android
Is it possible to create a shortcut for an application that is not on Google Play?
Yes, if you have an installed APKfile applications. Use any file manager, find APK (usually in /data/app/ or /storage/emulated/0/Download/) and create a shortcut through the "Share" menu. Alternatively, applications like APK Shortcut Maker allow you to create shortcuts for any installed apps, even hidden ones. launcher.
Why does the site shortcut open not in full screen, but as a browser tab?
It depends on whether the site supports Progressive Web App (PWA). If so, then when creating a shortcut, select the "Open as application" option (available in Chrome i Samsung Internet). If the site does not support PWA, it will always open in the browser. You can check support through the developer tools in Chrome (F12 โ Application โ Manifest).
How to return a deleted shortcut?
If you deleted the shortcut applications, just find it in the application menu and drag it back. data-i="274">or web shortcuts or files you will have to create it again. On some firmware (for example, ColorOSthere is a basket for shortcuts - check in the launcher settings. If the shortcut was part of a widget (for example, weather or notes), reload the widget or update its data.
Can I change the shortcut icon to my own?
Yes, for this:
- Install the application for changing icons (for example Icon Changer Free or Shortcut Maker).
- Create a new shortcut through this application.
- Select your own image (must be in format
PNGwith a transparent background for best results). - Place it on desktop.
On devices with Samsung One UI or Xiaomi MIUI you can change icons through the built-in themes: Settings โ Appearance โ Icons.
Why is the file shortcut not opens after updating Android?
After major system updates (for example, from Android 11 to Android 12permissions for the file manager may be reset or file paths may change. Try:
- Update the file manager to the latest version.
- Check the path to the file - it may have changed (for example,
/sdcard/has become/storage/emulated/0/). - Recreate the shortcut again.
- Restore permissions for the application in
Settings โ Applications โ [Name manager] โ Permissions.