diff --git a/src/data/roadmaps/android/content/104-interface-and-navigation/101-app-shortcuts.md b/src/data/roadmaps/android/content/104-interface-and-navigation/101-app-shortcuts.md index a1d74ca11..ed6877acd 100644 --- a/src/data/roadmaps/android/content/104-interface-and-navigation/101-app-shortcuts.md +++ b/src/data/roadmaps/android/content/104-interface-and-navigation/101-app-shortcuts.md @@ -1,7 +1,3 @@ # App Shortcuts -Sure, I can provide information about "app shortcuts" feature in Android. - -### App Shortcuts - -App shortcuts in Android are designed to provide quick and convenient routes to specific actions or functions within your app from the device home screen. To use them, long-press an app's icon and a pop-up menu will appear with the available shortcuts. Depending on the app, you might be able to send a message, make a booking, navigate home, or perform some other specific task without having to first open the app and navigate to the desired function. These shortcuts can also be moved and placed individually on the home screen for even faster access. \ No newline at end of file +App shortcuts in Android are designed to provide quick and convenient routes to specific actions or functions within your app from the device home screen. To use them, long-press an app's icon and a pop-up menu will appear with the available shortcuts. Depending on the app, you might be able to send a message, make a booking, navigate home, or perform some other specific task without having to first open the app and navigate to the desired function. These shortcuts can also be moved and placed individually on the home screen for even faster access.