Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8580523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:50:57+00:00 2026-06-11T20:50:57+00:00

I need to know is it possible to play a particular audio file from

  • 0

I need to know is it possible to play a particular audio file from android in-built ringtone files. For example assume Tone_23 is in android ringtone list, now i need to play this particular tone, when i click a button. I searched in Google i got a guidance how to call/show RingtonePicker Activity (The entire Ringtone list will be displayed). If this possible means, kindly share your thoughts. Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T20:50:58+00:00Added an answer on June 11, 2026 at 8:50 pm

    You can try some thing like this :

    /**
     * Play ring tone.
     *
     * @param ringToneTitle the ring tone title
     */
    void playRingTone(String ringToneTitle) {
        RingtoneManager ringtoneManager = new RingtoneManager(
                getApplicationContext());
        ringtoneManager.setType(RingtoneManager.TYPE_RINGTONE);
    
        int length = ringtoneManager.getCursor().getCount();
    
        for (int i = 0; i < length; i++) {
            Ringtone mRingtone = ringtoneManager.getRingtone(i);
            if (mRingtone != null) {
                Log.d("ringtoneTitle ", mRingtone.getTitle(getApplicationContext()));
                if(ringToneTitle.equalsIgnoreCase(mRingtone
                            .getTitle(getApplicationContext())) {
                    mRingtone.play();
                }
            }
        }
    }
    

    Hope this helps.

    Added : Also have a look at this class RingtoneManager

    RingtoneManager provides access to ringtones, notification, and other types of sounds. It manages querying the different media providers and combines the results into a single cursor. It also provides a Ringtone for each ringtone. We generically call these sounds ringtones, however the TYPE_RINGTONE refers to the type of sounds that are suitable for the phone ringer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to know is it possible to reserve or lock money with First
I need to know if it is possible to call a control and also
I need to do something I don't even know if is possible.. We have
I don't know if its possible or not, but here's what I need. I'm
Possible Duplicate: Why XML-Serializable class need a parameterless constructor Does anyone know if it
Go ahead and let me know if this is not possible: I need to
I'm new to PHP so I don't know whether this is possible. I need
I know it is possible to play iPod Songs using AVPlayer, but I cannot
Is it possible to show media from a UNC path in silverlight? I know
I'm using Matt Gallagher's AudioStreamer to play MP3s over HTTP. I need to know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.