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 8370093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:49:43+00:00 2026-06-09T13:49:43+00:00

I wrote a vidoeplayer and was wondering… when you click a video file from

  • 0

I wrote a vidoeplayer and was wondering… when you click a video file from some other app, say a file browser, a list of apps appear, that can open this video file.

How do I make my player also appear on that list?

Thanks!

  • 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-09T13:49:45+00:00Added an answer on June 9, 2026 at 1:49 pm

    You have to register the Intent you want in your activity.

    From API 15, you need to add CATEGORY_APP_MUSIC to your app manifest, possibly under ACTION_MAIN intent filter.

    If you want to target down to API 8, also use INTENT_ACTION_MUSIC_PLAYER in the intent filter.
    Here’s a sample manifest part..

    <activity android:name=".ui.MyActivity" >
    <intent-filter>
        <category android:name="android.intent.action.MAIN" /> <!--  If this is the main activity -->
        <action android:name="android.intent.action.MUSIC_PLAYER" />
        <action android:name="android.intent.category.APP_MUSIC" />
        <data android:mimeType="video/*" /> <!-- To make sure we let Android know that we accept video -->
    </intent-filter>
    </activity>
    

    Hope this helps.

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

Sidebar

Related Questions

I wrote some code: output = File.open(text_file).collect.reverse.join(<BR>) It seems to work okay on 1.8.7
I wrote some man pages which I'd like to install from a MakeMaker. I'd
I wrote a few custom workflow activities and from the browser i used several
I wrote some script in a site. The script makes a new spreadsheet and
I wrote a simple XML file and a DTD file including an entity, but
I wrote a PHP script that retrieves values from a MySQL Query. I used
Wrote up a basic file handler for a Java Homework assignment, and when I
I wrote some code to save images on the SD Card a while back.
i wrote a py script to fetch page from web,it just read write permission
Wrote this program which should be able to print out all lines from a

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.