Started working with AppShortcuts, created everything as required by off-documentation:
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:targetApi="25"> <shortcut android:enabled="true" android:icon="@drawable/ic_category_transfer" android:shortcutId="shortcut_name" android:shortcutShortLabel="@string/common_transactions_add_transaction"> <intent android:action="android.intent.action.VIEW" android:targetClass=".LauncherActivity" android:targetPackage="com.sai.android"> </intent> <categories android:name="android.shortcut.conversation" /> </shortcut> Tested in the emulator, the icon with the text appears but when you try to navigate through this tab, it displays the text
App isn't installed
Although the application is installed. Maybe it's in the android:action attribute, since I still haven't figured it out with him.