mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
Removed select account
This commit is contained in:
@@ -108,12 +108,9 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
private static final int KEY_LENGTH = 256;
|
||||
|
||||
static final int REQUEST_PERMISSION = 1;
|
||||
static final int REQUEST_CHOOSE_ACCOUNT = 2;
|
||||
|
||||
static final int REQUEST_SOUND = 3;
|
||||
|
||||
static final int REQUEST_EXPORT = 4;
|
||||
static final int REQUEST_IMPORT = 5;
|
||||
static final int REQUEST_SOUND = 2;
|
||||
static final int REQUEST_EXPORT = 3;
|
||||
static final int REQUEST_IMPORT = 4;
|
||||
|
||||
static final String ACTION_QUICK_SETUP = BuildConfig.APPLICATION_ID + ".ACTION_QUICK_SETUP";
|
||||
static final String ACTION_VIEW_ACCOUNTS = BuildConfig.APPLICATION_ID + ".ACTION_VIEW_ACCOUNTS";
|
||||
|
||||
Reference in New Issue
Block a user