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

Search results

  1. I

    Apps Refreshing Ringtone List

    I am attempting to allow a user to save raw audio from my app to their SD card. Then in turn select that audio as a ring tone. My code: ------------------------------------------------------ InputStream fIn = getBaseContext().getResources().openRawResource(clipID); int size = fIn.available()...