Ejemplo n.º 1
0
 public static void clearV1SessionFor(Context context, CanonicalRecipient recipient) {
   // XXX Obviously we should probably do something more thorough here eventually.
   LocalKeyRecord.delete(context, recipient);
   RemoteKeyRecord.delete(context, recipient);
   SessionRecordV1.delete(context, recipient);
 }