Add sms export library and sample app.

This commit is contained in:
Alex Hart
2022-08-08 09:22:48 -03:00
committed by Cody Henthorne
parent 6120f90dcb
commit 5212b33b47
78 changed files with 1923 additions and 59 deletions

View File

@@ -13,7 +13,7 @@ import com.google.zxing.common.BitMatrix;
import com.google.zxing.qrcode.QRCodeWriter;
import org.signal.core.util.logging.Log;
import org.thoughtcrime.securesms.util.Stopwatch;
import org.signal.core.util.Stopwatch;
public final class QrCode {