Newer
Older
163Record / app / src / main / res / xml / shortcuts.xml
bdapp on 2 Dec 2019 636 bytes init
<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">

    <shortcut
        android:shortcutId="static_one"
        android:enabled="true"
        android:icon="@mipmap/ic_launcher"
        android:shortcutLongLabel="@string/app_name"
        android:shortcutShortLabel="@string/app_name"
        android:shortcutDisabledMessage="@string/app_name">
            <intent
                android:action="android.intent.action.MAIN"
                android:targetPackage="me.bello.arou"
                android:targetClass="me.bello.arou.MainActivity" />
    </shortcut>
</shortcuts>