Added log shortcut

This commit is contained in:
M66B 2017-02-04 10:12:01 +01:00
parent 80c3142c31
commit f819e19e56
1 changed files with 13 additions and 0 deletions

View File

@ -12,5 +12,18 @@
android:targetPackage="eu.faircode.netguard" />
<categories android:name="android.shortcut.settings" />
</shortcut>
<shortcut
android:enabled="true"
android:icon="@android:drawable/ic_menu_recent_history"
android:shortcutDisabledMessage="@string/menu_log"
android:shortcutId="log"
android:shortcutLongLabel="@string/menu_log"
android:shortcutShortLabel="@string/menu_log">
<intent
android:action="android.intent.action.VIEW"
android:targetClass="eu.faircode.netguard.ActivityLog"
android:targetPackage="eu.faircode.netguard" />
<categories android:name="android.shortcut.log" />
</shortcut>
</shortcuts>