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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:41:54+00:00 2026-06-13T14:41:54+00:00

Is there a way to disable a specific version from Google Play. For example

  • 0

Is there a way to disable a specific version from Google Play.
For example hide/disable Honeycomb version 3.1 from Google Play?

Currently I have

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

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="10"/>

But I don’t want user with version 3.1 to see my app.

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-13T14:41:57+00:00Added an answer on June 13, 2026 at 2:41 pm

    In google play you can upload multiple apk’s, so that you can have different versions to target different platforms (perhaps you have a version with newer sdk features, but you keep another version built for older phones w/ different features)… you could have two, with the same code: one that targets below up to 3.x, and the other that targets above… you’ll then have to maintain two apk’s with the same code, of course. Also I don’t think it prevents them from side-loading, it just filters it out of their results on the play store app.

    Suppose you want to block only 3.1, and you support from 1.5+ up to 4.1
    For one apk, you’ll have:

    <uses-sdk android:minSdkVersion="3" 
          android:targetSdkVersion="16"
          android:maxSdkVersion="10" />
    

    And for the other:

    <uses-sdk android:minSdkVersion="12" 
          android:targetSdkVersion="16"
          android:maxSdkVersion="16" />
    

    Of course, adjust the targets and bounds as they make sense. It might be grumpy if max < target, I’m not sure. And keep in mind target sdk compatibilities..

    AS a follow up, here’s some insight from the documentation on multiple apk’s:

    API level
    This is based on your manifest file’s element. You can use both the android:minSdkVersion and android:maxSdkVersion attributes to specify support for different API levels.
    For example, you can publish your application with one APK that supports API levels 4 – 7 (Android 1.6 – 2.1)—using only APIs available since API level 4 or lower—and another APK that supports API levels 8 and above (Android 2.2+)—using APIs available since API level 8 or lower.
    Note:
    If you use this characteristic as the factor to distinguish multiple APKs, then the APK with a higher android:minSdkVersion value must have a higher android:versionCode value. This is also true if two APKs overlap their device support based on a different supported filter. This ensures that when a device receives a system update, Google Play can offer the user an update for your application (because updates are based on an increase in the app version code). This requirement is described further in the section below about Rules for multiple APKs.
    You should avoid using android:maxSdkVersion in general, because as long as you’ve properly developed your application with public APIs, it is always compatible with future versions of Android. If you want to publish a different APK for higher API levels, you still do not need to specify the maximum version, because if the android:minSdkVersion is “4” in one APK and “8” in another, devices that support API level 8 or higher will always receive the second APK (because it’s version code is higher, as per the previous note).

    http://developer.android.com/guide/google/play/publishing/multiple-apks.html

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

Sidebar

Related Questions

Is there any way to disable certain metrics from selected packages in Sonar? I
Is there a way to disable localization for specific apps in settings for Django?
I'm wondering if there's a way to disable all warnings on a specific file
Is there any way in java by which we can disable renaming a specific
Is there a way to disable cache setting for a specific page only in
Is there any way to disable localization in an Android application? It must use
Is there a way to disable/redirect Gallio's plugin cache via Gallio.Echo (or a configuration
Is there a way to disable/enable location services on iPhone simulator through objective c
Is there a way to disable changing the value of a ComboBox in WPF
Is there a way to disable the Pending Checkins processing which Visual Studio 2008

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.