Added record audio / take photo

This commit is contained in:
M66B
2019-05-09 12:19:43 +02:00
parent e56629689c
commit 5780253a14
8 changed files with 136 additions and 39 deletions

View File

@@ -46,7 +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_TAKE_PHOTO = 6;
static final int REQUEST_RECORD_AUDIO = 7;
static final int REQUEST_ENCRYPT = 8;
static final int PI_REPLY = 1;