A ringtone or ring tone is the sound made by a telephone to indicate an incoming call or text message. Not literally a tone nor an actual (bell-like) ring anymore, the term is most often used today to refer to customizable sounds used on mobile phones.
Questions tagged [ringtone]
442 questions
-1
votes
1 answer
Android - How to set song as ringtone or notification from raw folder?
I have a listview with sounds items. I need, when a item is long press es, set it as ringtone or notification from raw sound of my app. How can I do this? Thanks

user3437592
- 59
- 3
- 9
-1
votes
1 answer
how to turn on of turn off the ringing tone and vibrate tone in iphone?
the APP require me to realize a setting function,which can turn on/off the ringing tone and the same to vibrate tone, Is someone konw the answer?Thanks!

whitekevin
- 311
- 3
- 15
-1
votes
1 answer
RingtonePreference not saving in PreferenceActivity
I am using PreferenceScreen to set some user preferences in my Android app. It works perfectly for several ListPreference and CheckboxPreference items, however I cannot get RingtonePreference to work properly. The appropriate ringtone dialog…

mike47
- 2,217
- 1
- 27
- 50
-2
votes
1 answer
ringtone are not setting in some devices specially in marshmallow 6.0
i am using below method to select ringtone from app directory.. working on Oreo and nougat but not working below nougat.
private void setRingtone(String filePath) {
File k = new File(filePath);
ContentValues values = new ContentValues();
…

Y2J
- 25
- 5
-2
votes
1 answer
How to set ringtone programmatically in oreo 8.0
I can set ringtone programmatically between 4.0 to 6.0(Marshmallow) but not able to set after 6.0 (Marshmallow).
Can you please let me know how to fix this issue so that i can set ringtone to an Android Oreo 8.0 and 8.1 version device too?
public…

Sumuu2211
- 11
- 4
-2
votes
1 answer
How to make alarm play on specified days of week?(But alarm must play every week)?
I am programming alarm clock for myself and i got that problem. I also want to use the solution of my problem to set specified(by me) loud of alarm and ringtone. Please, show the code, if possible?

Muu
- 23
- 1
- 6
-2
votes
1 answer
click button to set a ringtone (Error)
"unfortunately zilsesiayaryapma has stopped" error involved
"set as ringtone"(buton1) you can not set the ringtone Clicking
Let someone tell me how to do it
MainActivity.java
public class MainActivity extends Activity implements OnClickListener …

useromer10
- 1
- 3