Enable auto-rotation in phone UIs in eng builds (for testing)
Change-Id: I4749a861b860dede699593b8d06a17405345b8e4
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user