When looking here: 
http://developer.android.com/guide/practices/screens_support.html
it is said:

     "Default value, when minSdkVersion or targetSdkVersion is 4 or
lower:


     android:smallScreens        = false
     android:normalScreens = true
     android:largeScreens = false
     android:anyDensity = false

     Default value, when minSdkVersion or targetSdkVersion is 5 or
higher

     android:smallScreens        = true
     android:normalScreens = true
     android:largeScreens = true
     android:anyDensity = true"

Then when looking here 
http://developer.android.com/guide/topics/manifest/supports-screens-element.html
it is said:

     For android:smallScreens, android:largeScreens and
android:anyDensity:

     "If the application has set either minSdkVersion or
targetSdkVersion to "4" or higher, the default value for this is
"true", any
      value less than "4" results in this set to "false".

     For android:normalScreens:

     "his attribute is "true" by default, and applications currently
should leave it that way."



So now is my question: What are the default vaules for
android:smallScreens, android:largeScreens and android:anyDensity when
minSdkVersion or targetSdkVersion is set to "4" ? According to the
first document they are all false but according to the last document
the are all true.


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to