<?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>