File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11<resources >
22 <string name =" app_name" >Edge</string >
3+ <string name =" shortcut_contact_support_short" >Contact Support</string >
4+ <string name =" shortcut_contact_support_long" >Contact support for help from a live agent</string >
35 <string name =" shortcut_do_not_uninstall_short" >⚠️ Save 2FA First!</string >
46 <string name =" shortcut_do_not_uninstall_long" >⚠️ Login requires 2FA & credentials!</string >
57</resources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<shortcuts xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <shortcut
4+ android : shortcutId =" contact_support"
5+ android : enabled =" true"
6+ android : icon =" @mipmap/ic_launcher"
7+ android : shortcutShortLabel =" @string/shortcut_contact_support_short"
8+ android : shortcutLongLabel =" @string/shortcut_contact_support_long" >
9+ <intent
10+ android : action =" android.intent.action.VIEW"
11+ android : data =" https://support.edge.app/hc/en-us?chat=open" />
12+ </shortcut >
313 <shortcut
414 android : shortcutId =" do_not_uninstall"
515 android : enabled =" true"
You can’t perform that action at this time.
0 commit comments