Possible Duplicate:
How to set ringtone in Android from my activity?

What I really want to do in my app is to create a single button, and whenever that button is pressed. I want the audio to be downloaded and set it as a ringtone when the download is finished. But the problem is, I really don't know how to set the download object as a ringtone. I know how to download audio. Please help me, I would really appreciate your help a lot. Thanks in advance!

link|improve this question

How is it duplicate? – user739375 Jul 19 '11 at 15:16
Take a look at the answer @PHP_Jedi wrote in [here][1]. [1]: stackoverflow.com/questions/1271777/… – Arash A. Jul 19 '11 at 20:38
feedback

closed as exact duplicate by Anna Lear Jan 1 at 0:42

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Hopefully not possible, as that would be quite disturbing if an app could just change your ringtone. But then again, I haven't intensively studied the subject so I can't tell for sure.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.