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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T06:06:54+00:00 2026-06-02T06:06:54+00:00

Last year I developed an app on a Xoom running Honeycomb 3.0. When running

  • 0

Last year I developed an app on a Xoom running Honeycomb 3.0. When running on that device the following code from the manifest worked.

<intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
            <category android:name="android.intent.category.HOME"/>
            <category android:name="android.intent.category.BROWSER"/>
            <category android:name="android.intent.category.DEFAULT"/> 
</intent-filter>

As you will know this registers my app (specifically, the Activity) to listen for “Home Intents.” This worked fine and after the first time I could set my app as the default activity for this action.

Now I have installed the same app onto a Samsung Galaxy Tab running Honeycomb 3.1 and this functionality no longer works, no matter what state the app is in, or how many times it has been opened.

Is this intentional? Is this a Samsung only issue? Most importantly – can I regain the functionality I used to get on the Xoom?

P.S My app is completely legitimate in its intentions and has a perfectly understandable reason to want to replace the Home app.

  • 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-02T06:06:55+00:00Added an answer on June 2, 2026 at 6:06 am

    Get rid of:

            <category android:name="android.intent.category.LAUNCHER" />
            <category android:name="android.intent.category.BROWSER"/>
    

    and see if that helps. Also, try the Home sample app found in your SDK. It uses the following <intent-filter>:

            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.HOME"/>
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Last year, my group developed a web service that included basic search functionality. All
Last year I developed a data access service for our project using Entity Framework
For the last year or so I have followed the idea that if a
Following up on my last year's question on documentation, I now want to get
How can I get last year's start and end date using PHP code? Is
I spent the last year working on a project that involved mostly java for
I built a django site last year that utilises both a dashboard and an
Over the last year I have moved from a beginner PHP developer to a
I have an Android project developed on Eclipse (GNU/Linux) that I last touched half
Last year I saw some source code (C++) where its author declares static function

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.