From dde461dc4eb22f3dc6150bcafbd3db9bc803a674 Mon Sep 17 00:00:00 2001 From: Joe Bolinger Date: Wed, 1 Dec 2021 00:59:57 +0000 Subject: [PATCH] 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 --- AndroidManifest.xml | 3 +-- res/layout/biometric_handoff.xml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 67f74be1dc2..bb96829e40f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2086,8 +2086,7 @@ android:screenOrientation="portrait"/> + android:exported="false"/> - \ No newline at end of file + android:layout_height="match_parent" + android:icon="@drawable/ic_lock"> +