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

Commit 37f74d4a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct the choose screen lock page" into sc-dev am: 77f0dbaa

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

Change-Id: I1e71333d7948d6d6db283c97454ff2a6fd5d0bc2
parents 3b9e5510 77f0dbaa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1910,7 +1910,6 @@
        </activity>

        <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
            android:theme="@style/GlifTheme.Light"
            android:exported="false"
            android:excludeFromRecents="true" />

+2 −0
Original line number Diff line number Diff line
@@ -134,6 +134,8 @@ public class SetNewPasswordActivity extends Activity implements SetNewPasswordCo
            intent.putExtra(EXTRA_KEY_IS_CALLING_APP_ADMIN, true);
        }
        intent.putExtra(EXTRA_KEY_DEVICE_PASSWORD_REQUIREMENT_ONLY, mDevicePasswordRequirementOnly);
        // Copy the setup wizard intent extra to the intent.
        WizardManagerHelper.copyWizardManagerExtras(getIntent(), intent);
        startActivity(intent);
        finish();
    }