]> git.saurik.com Git - android/aapt.git/commit
New orientation handling. Only impacts SDK (aapt dump badging).
authorDianne Hackborn <hackbod@google.com>
Thu, 16 Jun 2011 18:11:23 +0000 (11:11 -0700)
committerDianne Hackborn <hackbod@google.com>
Thu, 16 Jun 2011 18:13:20 +0000 (11:13 -0700)
commit5e151d13d049c942a00d21f18e36ea1a626635d3
tree548daa62f355eea9954d34489acb307e6c2c8d0f
parent0409f31b5d48bbf46dcf5fe9b1a6f07104135b3c
New orientation handling.  Only impacts SDK (aapt dump badging).

This is a new way of determining whether an application requires
specific orientations, done by looking at any requirements in its
activity tags.  Note that this won't catch all possible issues,
because applications can still force an orientation through Java
APIs, but the vast majority of applications that actually require
a specific orientation should be doing it this way because it the
easiest way and the only way to cleanly launch into the app from
a different orientation without doing some serious activity tricks.

Change-Id: I11d32104f6bc3d2a72aeeff1ca150b8f1c9f5588
Command.cpp