Enable auto-rotation in phone UIs in eng builds (for testing)

Change-Id: I4749a861b860dede699593b8d06a17405345b8e4
This commit is contained in:
Adam Cohen
2011-09-26 15:12:33 -07:00
parent 156e3d178e
commit dc16b6077e
+1 -1
View File
@@ -325,7 +325,7 @@ public final class Launcher extends Activity
}
// On large interfaces, we want the screen to auto-rotate based on the current orientation
if (LauncherApplication.isScreenLarge()) {
if (LauncherApplication.isScreenLarge() || Build.TYPE.contentEquals("eng")) {
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
}
}