Moved ScanQRCodeFromFile from Activities to Utilities

This commit is contained in:
Ullas-Aithal 2019-11-03 14:29:37 -06:00
parent 1e6896769d
commit 6c4655857c
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@ import org.shadowice.flocke.andotp.Utilities.Constants;
import org.shadowice.flocke.andotp.Utilities.EncryptionHelper;
import org.shadowice.flocke.andotp.Utilities.KeyStoreHelper;
import org.shadowice.flocke.andotp.Utilities.NotificationHelper;
import org.shadowice.flocke.andotp.Utilities.ScanQRCodeFromFile;
import org.shadowice.flocke.andotp.Utilities.TokenCalculator;
import org.shadowice.flocke.andotp.View.EntriesCardAdapter;
import org.shadowice.flocke.andotp.View.ItemTouchHelper.SimpleItemTouchHelperCallback;

View file

@ -1,4 +1,4 @@
package org.shadowice.flocke.andotp.Activities;
package org.shadowice.flocke.andotp.Utilities;
import android.content.Context;
import android.graphics.Bitmap;