1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <shortcuts xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <shortcut
4+ android : enabled =" true"
5+ android : icon =" @drawable/add_circle_glucose"
6+ android : shortcutDisabledMessage =" @string/title_activity_add_glucose"
7+ android : shortcutId =" glucose"
8+ android : shortcutLongLabel =" @string/title_activity_add_glucose"
9+ android : shortcutShortLabel =" @string/title_activity_add_glucose" >
10+ <intent
11+ android : action =" android.intent.action.VIEW"
12+ android : targetClass =" org.glucosio.android.activity.AddGlucoseActivity"
13+ android : targetPackage =" org.glucosio.android" />
14+ </shortcut >
15+ <shortcut
16+ android : enabled =" true"
17+ android : icon =" @drawable/add_circle_weight"
18+ android : shortcutDisabledMessage =" @string/title_activity_add_weight"
19+ android : shortcutId =" weight"
20+ android : shortcutLongLabel =" @string/title_activity_add_weight"
21+ android : shortcutShortLabel =" @string/title_activity_add_weight" >
22+ <intent
23+ android : action =" android.intent.action.VIEW"
24+ android : targetClass =" org.glucosio.android.activity.AddWeightActivity"
25+ android : targetPackage =" org.glucosio.android" />
26+ </shortcut >
27+ <shortcut
28+ android : enabled =" true"
29+ android : icon =" @drawable/add_circle_a1c"
30+ android : shortcutDisabledMessage =" @string/title_activity_add_hb1ac"
31+ android : shortcutId =" hb1ac"
32+ android : shortcutLongLabel =" @string/title_activity_add_hb1ac"
33+ android : shortcutShortLabel =" @string/title_activity_add_hb1ac" >
34+ <intent
35+ android : action =" android.intent.action.VIEW"
36+ android : targetClass =" org.glucosio.android.activity.AddA1CActivity"
37+ android : targetPackage =" org.glucosio.android" />
38+ </shortcut >
39+ <shortcut
40+ android : enabled =" true"
41+ android : icon =" @drawable/add_circle_pressure"
42+ android : shortcutDisabledMessage =" @string/title_activity_add_pressure"
43+ android : shortcutId =" pressure"
44+ android : shortcutLongLabel =" @string/title_activity_add_pressure"
45+ android : shortcutShortLabel =" @string/title_activity_add_pressure" >
46+ <intent
47+ android : action =" android.intent.action.VIEW"
48+ android : targetClass =" org.glucosio.android.activity.AddPressureActivity"
49+ android : targetPackage =" org.glucosio.android" />
50+ </shortcut >
51+ </shortcuts >
0 commit comments