Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcb7e276 authored by Joe Bolinger's avatar Joe Bolinger Committed by Automerger Merge Worker
Browse files

Merge "Remove portrait flag from handoff activity." into sc-v2-dev am: 9220a46c am: 5636794c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16367697

Change-Id: Iff8aa009cbe8ccf24e3dcb0bab11d9cf8fdd2416
parents 94c98af5 5636794c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2104,8 +2104,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"
+3 −3
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@

<com.google.android.setupdesign.GlifLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    style="?attr/face_layout_theme"
    android:id="@+id/setup_wizard_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    android:layout_height="match_parent"
    android:icon="@drawable/ic_lock">
</com.google.android.setupdesign.GlifLayout>