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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:49:40+00:00 2026-05-26T13:49:40+00:00

I recently finished my first Android application and will submit it to market in

  • 0

I recently finished my first Android application and will submit it to market in a couple of days. I was looking into the ways of supporting all screens and reaching as many people as I can. I already prepared all graphics for all screens and tested them in emulator and they all look great but I have not put any addition code in the manifest to support all the screens.

I encountered many topics talking about using following code:

<supports-screens android:smallScreens="true"
                  android:normalScreens="true"
                  android:largeScreens="true"
                  android:xlargeScreens="true" />

but I do not want to use it because my minSdkVersion is 8 and I need to prepare a different apk for xlargeScreens. I simply do not want to do it.

My question is: If I do not use the above code in the manifest file at all will my application be visible to all devices?

Thank you 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-05-26T13:49:41+00:00Added an answer on May 26, 2026 at 1:49 pm

    if you do not want xlarge then

    <supports-screens android:smallScreens="true"
                      android:normalScreens="true"
                      android:largeScreens="true"
                      android:xlargeScreens="false" />
    

    if you do not use this at all then some default values will be set for you.

    By default, your application will not support small screens, will support
    normal screens, and may support large and extra-large screens via some
    automated conversion code built into Android.

    But it is best to be explicit so you should definitely add supports-screens at you manifest

    Note: That the defaults depends on the build engine you use, so if you use something else than eclipse, ant or maven and you live supports-screens undefined in you manifest the defaults can be different then this

    <supports-screens android:smallScreens="false"
                      android:normalScreens="true"
                      android:largeScreens="true"
                      android:xlargeScreens="false" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We've recently finished development of a web application that works as expected. When we
At my work we recently finished the system architecture for a control application which
Recently, I finished reading K&R with its, almost all, exercises and examples. I was
Recently I have finished my first Iphone app and it works grate.... except for
Recently I just finished a simple Facebook Air application, and some of my friends
I finished an application recently and began profiling it for CPU & Memory usage
I recently finished a university course in C. Therefore I lack experience, of course.
I have recently finished phase 1 of my Facebook game: Rails Across Europe It
I just recently finished Michael Feathers' book Working Effectively with Legacy Code . It
I just looked back through the project that nearly finished recently and found 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.