OSDN Git Service

lock device orientation during app compatibility test
authorGuang Zhu <guangzhu@google.com>
Thu, 28 May 2015 20:22:28 +0000 (13:22 -0700)
committerGuang Zhu <guangzhu@google.com>
Thu, 28 May 2015 20:26:37 +0000 (20:26 +0000)
commit6ac0c8c5faaa2fdf56a533a6a3452d53850809ee
treec5c64242918f8495a1bd59d25e49726f8e4a015c
parent3aeb5f848eee2c6de9bb49c9dcc7ca5127ef7c1e
lock device orientation during app compatibility test

Devices on test benches are usually held sideways, which leads to app
rotation during launch. While it's useful to identify such issue from an
app perspective, the app compatibility test should be isolated from such
noise for the purpose of the testing for basic level of compatibility.

Change-Id: I403f96e5d8512ca6a17b05a83d69f4b02f760a32
tests/Compatibility/src/com/android/compatibilitytest/AppCompatibility.java