mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Allow selecting audio file for send sound
This commit is contained in:
@@ -81,21 +81,22 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
private boolean hasAccount;
|
||||
|
||||
static final int REQUEST_SOUND_INBOUND = 1;
|
||||
static final int REQUEST_SOUND_OUTBOUND = 2;
|
||||
static final int REQUEST_CHOOSE_ACCOUNT = 3;
|
||||
static final int REQUEST_DONE = 4;
|
||||
static final int REQUEST_IMPORT_CERTIFICATE = 5;
|
||||
static final int REQUEST_OAUTH = 6;
|
||||
static final int REQUEST_STILL = 7;
|
||||
static final int REQUEST_SELECT_IDENTITY = 8;
|
||||
static final int REQUEST_EDIT_SIGNATURE = 9;
|
||||
static final int REQUEST_CHANGE_PASSWORD = 10;
|
||||
static final int REQUEST_EDIT_ACCOUNT_COLOR = 11;
|
||||
static final int REQUEST_DELETE_ACCOUNT = 12;
|
||||
static final int REQUEST_EDIT_IDENITY_COLOR = 13;
|
||||
static final int REQUEST_IMPORT_PROVIDERS = 14;
|
||||
static final int REQUEST_GRAPH_CONTACTS = 15;
|
||||
static final int REQUEST_GRAPH_CONTACTS_OAUTH = 16;
|
||||
static final int REQUEST_RINGTONE_OUTBOUND = 2;
|
||||
static final int REQUEST_AUDIO_OUTBOUND = 3;
|
||||
static final int REQUEST_CHOOSE_ACCOUNT = 4;
|
||||
static final int REQUEST_DONE = 5;
|
||||
static final int REQUEST_IMPORT_CERTIFICATE = 6;
|
||||
static final int REQUEST_OAUTH = 7;
|
||||
static final int REQUEST_STILL = 8;
|
||||
static final int REQUEST_SELECT_IDENTITY = 9;
|
||||
static final int REQUEST_EDIT_SIGNATURE = 10;
|
||||
static final int REQUEST_CHANGE_PASSWORD = 11;
|
||||
static final int REQUEST_EDIT_ACCOUNT_COLOR = 12;
|
||||
static final int REQUEST_DELETE_ACCOUNT = 13;
|
||||
static final int REQUEST_EDIT_IDENITY_COLOR = 14;
|
||||
static final int REQUEST_IMPORT_PROVIDERS = 15;
|
||||
static final int REQUEST_GRAPH_CONTACTS = 16;
|
||||
static final int REQUEST_GRAPH_CONTACTS_OAUTH = 17;
|
||||
static final int REQUEST_DEBUG_INFO = 7000;
|
||||
|
||||
static final int PI_CONNECTION = 1;
|
||||
|
||||
Reference in New Issue
Block a user