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

Commit 19f635bf authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge "Rethrow exception in LockPatternUtils#registerStrongAuthTracker" into...

Merge "Rethrow exception in LockPatternUtils#registerStrongAuthTracker" into main am: 5c62a27c am: ae4aa367

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3398781



Change-Id: I2b3a0bb3eb7c2333c659ef01289d7730fa711a0d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8f6c63f6 ae4aa367
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1326,7 +1326,7 @@ public class LockPatternUtils {
        try {
            getLockSettings().registerStrongAuthTracker(strongAuthTracker.getStub());
        } catch (RemoteException e) {
            throw new RuntimeException("Could not register StrongAuthTracker");
            e.rethrowFromSystemServer();
        }
    }