Remove portrait flag from handoff activity.

Fix: 206904426
Test: manual (adb root && adb shell am start -n com.android.settings/.biometrics.BiometricHandoffActivity and rotate device)
Change-Id: Ibe61484d88824418f395247e492aba7b9d3c912a
This commit is contained in:
Joe Bolinger
2021-12-01 00:59:57 +00:00
parent 1026e410f4
commit dde461dc4e
2 changed files with 4 additions and 5 deletions

View File

@@ -2086,8 +2086,7 @@
android:screenOrientation="portrait"/>
<activity android:name=".biometrics.BiometricHandoffActivity"
android:exported="false"
android:screenOrientation="portrait"/>
android:exported="false"/>
<!-- Must not be exported -->
<activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"