Exemplo n.º 1
0
 public static void leaveGuestSession(Context context) {
   GeckoProfile profile = getGuestProfile(context);
   if (profile != null) {
     profile.unlock();
   }
 }