commit | 723738cfaec3dd7b0fe152c872c41bebf94074c4 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Thu Jun 25 19:48:04 2009 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Fri Jun 26 13:37:05 2009 -0700 |
tree | 421ddeed166d0a4586c9460c4de581307bf08d44 | |
parent | 77cb40a0b088b02357fbc7d5fad24886d607f0da [diff] |
Expand support for different screen sizes. Applications can now declare that they support small, normal, or large screens. Resource selection can also be done based on these sizes. By default, pre-Donut apps are false for small and large, and Donut or later apps are assumed to support all sizes. In either case they can use <supports-screens> in their manifest to declare what they actually support.