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

Skip to content
Commit b3551e0b authored by d34d's avatar d34d Committed by Gerrit Code Review
Browse files

SysUI: Wait for keyguard gone before starting activity

Some apps, I'm looking at you Chrome, don't like to do any work
if they are being started while the lock screen is shown, even
if it is being dismissed.  This patch adds another version of
startActivityDismissingKeyguard() which takes an extra boolean
parameter that allows to override the afterKeyguardGone behavior.
Normally that is only true if the resolver will be shown instead
of launching an app.  Overriding this allows us to get the exact
behavior we want without altering this behavior under normal
circumstances.

Change-Id: Ia804c7a5a73f2a4ad45593bcfcc192fedddf8d92
TICKET: CYNGNOS-2044
parent 32bcedfc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment