From: Dianne Hackborn Date: Thu, 16 Jun 2011 18:11:23 +0000 (-0700) Subject: New orientation handling. Only impacts SDK (aapt dump badging). X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/5e151d13d049c942a00d21f18e36ea1a626635d3?ds=inline;hp=5e151d13d049c942a00d21f18e36ea1a626635d3 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 ---