• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Apps Setting Ringtone from MP3 on SD Card

    I've been trying to find the correct way to set the ringtone (or notification tone) using a file on the SD card. Basically all I found was this: Settings.System.putString( MyApp.this.getContentResolver(), Settings.System.RINGTONE, "/sdcard/mydir/ringTone.mp3" ); I know that the...