Allow selecting audio file for send sound

This commit is contained in:
M66B
2024-06-12 21:23:22 +02:00
parent d8241bb86b
commit 0655147417
2 changed files with 55 additions and 24 deletions

View File

@@ -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;