public void DisableShortcut(ShortcutInfo shortcut)
 {
     mShortcutManager.DisableShortcuts(new List <string> {
         shortcut.Id
     });
 }