summaryrefslogtreecommitdiffstats
path: root/apps/CtsVerifier/AndroidManifest.xml
diff options
context:
space:
mode:
authorRaj Mamadgi <r.mamadgi@samsung.com>2015-09-16 18:17:48 -0700
committerRaj Mamadgi <r.mamadgi@samsung.com>2016-07-12 11:04:01 -0700
commit268f965d6920a60dcbc8d1977f0e2ed7c64f7aa9 (patch)
tree918d3078b48e5e7c0323537e9ea8ebdeb8acd369 /apps/CtsVerifier/AndroidManifest.xml
parent2da4fa1649184368f671181a88c7027d331f50b3 (diff)
downloadplatform_cts-268f965d6920a60dcbc8d1977f0e2ed7c64f7aa9.tar.gz
platform_cts-268f965d6920a60dcbc8d1977f0e2ed7c64f7aa9.tar.bz2
platform_cts-268f965d6920a60dcbc8d1977f0e2ed7c64f7aa9.zip
Fix for ByodFlowTestActivity
This test doesnt handle orientation and is failing in some of our devices. Adding support to this activitiy to handle orienation changes. Signed-off-by: Raj Mamadgi <r.mamadgi@samsung.com>
Diffstat (limited to 'apps/CtsVerifier/AndroidManifest.xml')
-rw-r--r--apps/CtsVerifier/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 760d0b00922..8d78f371ead 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -1293,6 +1293,7 @@
</activity>
<activity android:name=".managedprovisioning.ByodHelperActivity">
+ android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="com.android.cts.verifier.managedprovisioning.BYOD_QUERY" />
<action android:name="com.android.cts.verifier.managedprovisioning.BYOD_REMOVE" />