Warn about account problems

This commit is contained in:
M66B
2018-11-19 14:14:02 +01:00
parent 9fac677c4a
commit 73df0e41b9
10 changed files with 1166 additions and 5 deletions

View File

@@ -43,6 +43,8 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
static final int REQUEST_EXPORT = 3;
static final int REQUEST_IMPORT = 4;
static final int REQUEST_ERROR = 5;
static final String ACTION_EDIT_ACCOUNT = BuildConfig.APPLICATION_ID + ".EDIT_ACCOUNT";
static final String ACTION_EDIT_IDENTITY = BuildConfig.APPLICATION_ID + ".EDIT_IDENTITY";