Dear all, >From the google SDK document, it have three screen types, which are landscape, portrait, square.
public static final int ORIENTATION_LANDSCAPE Since: API Level 1 Constant Value: 2 (0x00000002) public static final int ORIENTATION_PORTRAIT Since: API Level 1 Constant Value: 1 (0x00000001) public static final int ORIENTATION_SQUARE I can't imagine why square exist in the world? I never seen the phone is a square screen, which height equal weight. Can we necessary always to judge is it a square? If it exist, how can we judge it's a landscape or portrait? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

