summaryrefslogtreecommitdiffstats
path: root/apps/CtsVerifier/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Xie <dxie@google.com>2016-06-20 18:20:28 +0000
committerDaniel Xie <dxie@google.com>2016-06-20 18:20:28 +0000
commit30e4608c4017c76d23f94c676e5db5da93825b07 (patch)
tree8b8a44c88951428c3c8ec44938e0bdf754866fba /apps/CtsVerifier/AndroidManifest.xml
parent8c1bff6ab00a57a6e93e8788991415182b197635 (diff)
downloadplatform_cts-30e4608c4017c76d23f94c676e5db5da93825b07.tar.gz
platform_cts-30e4608c4017c76d23f94c676e5db5da93825b07.tar.bz2
platform_cts-30e4608c4017c76d23f94c676e5db5da93825b07.zip
Revert "Fix for ByodFlowTestActivity"
This reverts commit 8c1bff6ab00a57a6e93e8788991415182b197635. Change-Id: I9e601b84356e2b90f76d5af98ca05309c055d2e1
Diffstat (limited to 'apps/CtsVerifier/AndroidManifest.xml')
-rw-r--r--apps/CtsVerifier/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index dafdee9f830..e2f2c8def71 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -1281,8 +1281,7 @@
<meta-data android:name="test_required_features" android:value="android.software.managed_users:android.software.device_admin" />
</activity>
- <activity android:name=".managedprovisioning.ByodHelperActivity"
- android:configChanges="keyboardHidden|orientation|screenSize">
+ <activity android:name=".managedprovisioning.ByodHelperActivity">
<intent-filter>
<action android:name="com.android.cts.verifier.managedprovisioning.BYOD_QUERY" />
<action android:name="com.android.cts.verifier.managedprovisioning.BYOD_REMOVE" />