Insert inline images

Refs #49
This commit is contained in:
M66B
2018-09-13 18:24:48 +00:00
parent fd65310f22
commit 402198df9d
4 changed files with 82 additions and 15 deletions

View File

@@ -35,7 +35,8 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
static final int REQUEST_CONTACT_TO = 1;
static final int REQUEST_CONTACT_CC = 2;
static final int REQUEST_CONTACT_BCC = 3;
static final int REQUEST_ATTACHMENT = 4;
static final int REQUEST_IMAGE = 4;
static final int REQUEST_ATTACHMENT = 5;
@Override
protected void onCreate(Bundle savedInstanceState) {