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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:49:33+00:00 2026-06-12T15:49:33+00:00

What should be the manifest entry of an Android application which supports only device

  • 0

What should be the manifest entry of an Android application which supports only device not tablet. Device size can be vary but the maximum should be 7 Inch.

I have developed an application different build for device and tablet now i want to launch both build in market but following manifest entry supports 10 Inch tablet too.

<uses-sdk
    android:minSdkVersion="6"
    android:targetSdkVersion="8" />


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

I want to restrict user to download this build on 10 Inch Tablet, and 10 Inch tablet build should not be download on other than 10 Inch tablet.

Please suggest me the perfect manifest entry for this.

  • 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-12T15:49:34+00:00Added an answer on June 12, 2026 at 3:49 pm

    After trying all possible combination of support screen and SDK version i am still not able to restrict 10 inch tablet device to download that application.

    If you just want to exclude 10 Inch tablet device just exclude all tablet device manually from supporting device list.

    If you have another build for the same application upload that build too and keep its version code higher than device build. Version code must not be conflict in any case. Because if multiple apk support for any device the higher version apk will support that device.

    When i upload both build in my google account following note/warning appears to help me:

    "Warning: Multiple active APKs support some of the same devices. If a device is supported by more than one APK, it will receive the one with the higher version."
    

    and following the manifest entry of my application:

    for Device Build:

    <uses-sdk
    android:minSdkVersion="6"
    android:targetSdkVersion="8" />
    
    
    <supports-screens
    android:anyDensity="true"
    android:largeScreens="true"
    android:normalScreens="true"
    android:resizeable="true"
    android:smallScreens="true"
    android:xlargeScreens="false" />
    

    For Tablet Build:

    <uses-sdk
    android:minSdkVersion="6"
    android:targetSdkVersion="8" />
    
    
    <supports-screens
    android:anyDensity="true"
    android:largeScreens="false"
    android:normalScreens="false"
    android:resizeable="false"
    android:smallScreens="false"
    android:xlargeScreens="true" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created DBAdapter but what entry should I make in the android manifest
I'm working on an Android Activity which should not be full screen and thus
Should we not use HTML5 offline Manifest on iphone because of cache size is
I am working on application which should go into android 2.2(Froyo) and android 2.3(GingerBread)
I have an application which should run only on standard JVM - no application
(I'm not sure if this should be asked here or SU.. but seeing this
I have an Android app that should open links sent via email. I only
I included ActionBarSherlock as a library. Added this in manifest.xml: <application android:icon=@drawable/ic_launcher android:label=@string/app_name android:theme=@style/Theme.Sherlock>
I guess something should be done with the Android-Manifest.xml file or something in the
I am trying to configure my manifest file to indicate my application can open

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.