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

  • Home
  • SEARCH
  • 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 4054178
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:32:30+00:00 2026-05-20T14:32:30+00:00

Is there any way to load an installed activity that isn’t explicitly defined in

  • 0

Is there any way to load an installed activity that isn’t explicitly defined in my application manifest?

  • 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-05-20T14:32:31+00:00Added an answer on May 20, 2026 at 2:32 pm

    Sure. You could start the "gallery" to pick a photo like this:

    myIntent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);  
    startActivityForResult(myIntent, IMAGE_UPLOAD);
    

    from the manual, we find you can have 2 types of intents to call:

    Explicit Intents
    have specified a
    component (via
    setComponent(ComponentName) or
    setClass(Context, Class)), which
    provides the exact class to be run.
    Often these will not include any other
    information, simply being a way for an
    application to launch various internal
    activities it has as the user
    interacts with the application.

    Implicit Intents have not specified a component; instead, they
    must include enough information for
    the system to determine which of the
    available components is best to run
    for that intent.

    You are looking for implicit intents I guess. This is explained a bit lower:

    The intent resolution mechanism
    basically revolves around matching an
    Intent against all of the
    descriptions
    in the
    installed application packages. (Plus,
    in the case of broadcasts, any
    BroadcastReceiver objects explicitly
    registered with
    registerReceiver(BroadcastReceiver,
    IntentFilter).) More details on this
    can be found in the documentation on
    the IntentFilter class

    (emph. mine).
    So you need either to know something to call it explicitly (like classname etc), or call the intent, and then you’d have to know the intent-filter.

    I don’t think there is a method to call something knowing only the package name: mind you, you can have an app with several packages, where not all have activities, let alone activities that can be run.

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

Sidebar

Related Questions

Before starting my application (on Form Load) I want to check and ensure that
In an RCP application, we dynamically load plugins and our applicaton can add new
In an RCP application, we dynamically load plugins and our applicaton can add new
How can I get around the following error? Is there a way I can
This may not seem like a development question but there is a link. I
I have an intranet ASP.NET web application in which I need to get the
I use clisp 2.48 (2009-07-28) on Mac OS X 10.6.4. I downloaded the clisp
I'm working on a code to make a MS Word to HTML system. After
Background Info: I have two COM+ components on a remote server, based on .NET
I have an add-in for MS Word. One of my users, who is on

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.