Get encryption key

This commit is contained in:
M66B
2019-04-24 11:23:48 +02:00
parent ea4453fa16
commit 3fdba49f88
3 changed files with 68 additions and 51 deletions

View File

@@ -46,8 +46,9 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
static final int REQUEST_CONTACT_BCC = 3;
static final int REQUEST_IMAGE = 4;
static final int REQUEST_ATTACHMENT = 5;
static final int REQUEST_ENCRYPT = 6;
static final int REQUEST_SIGN = 7;
static final int REQUEST_KEY = 6;
static final int REQUEST_ENCRYPT = 7;
static final int REQUEST_SIGN = 8;
@Override
protected void onCreate(Bundle savedInstanceState) {