Giter Site home page Giter Site logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
thanks for that information, I will create an apk containing that information.

Original comment by tdomhan on 27 Apr 2010 at 3:45

from andar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I published a version containing this tag to the market. do you find the app in 
the 
market, now?
is it working correctly?

Original comment by tdomhan on 27 Apr 2010 at 4:03

from andar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
No, sorry but I still cannot see the application on the market...

If you tried then with: 

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

seems something more is needed... I will try to investigate it!

Original comment by [email protected] on 27 Apr 2010 at 10:37

from andar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
have you found out anything else?

Original comment by tdomhan on 23 May 2010 at 2:30

from andar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I am trying to download too, but the link is not found to Samsung Galaxy 5 
(QVGA resolution too).

Original comment by [email protected] on 3 Jan 2011 at 1:33

from andar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
At http://developer.android.com/google/play/filters.html : "For applications 
that set either the android: minSdkVersion or android: targetSdkVersion to 3 or 
lower, the <supports-screens> element itself is undefined and no attributes are 
available. In this case, Google Play assumes that the application is designed 
for normal-size screens and shows the application to devices that have normal 
or larger screens." .  minSDKVersion is to 3.  So, it sounds like Google Play 
will filter this application on our small-screen devices.

However, the next paragraph: "When the either the android: minSdkVersion or 
android: targetSdkVersion is set to 4 or higher, the default for all attributes 
is "true". In this way, the application is considered to support all screen 
sizes by default.", and a couple paragraphs ahead: "Example 2: The manifest 
declares <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"> and 
does not include a <supports-screens> element. Result: Google Play will show 
the app to users on all devices, unless other filters apply."

Hence, AndAR should not include a <supports-screens> element, and if the screen 
size is still filtered on, it is a bug in google play which can probably be 
worked around by setting minSdkVersion="4".

Original comment by [email protected] on 19 Jul 2013 at 3:49

from andar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.