how can I set a ringtone for a specific contact?
int result = getContentResolver().update(contactUri, ContentValues, null, null);
result = 1 but custom ringtone is not updating in android 7 or above
how can I set a ringtone for a specific contact?
int result = getContentResolver().update(contactUri, ContentValues, null, null);
result = 1 but custom ringtone is not updating in android 7 or above