An open password edit dialog remains open during extended user inactivity and becomes visible again after waking up a sleeping device. This PR re-uses the existing startAutoDismissTimer() function to close PasswordCreationActivity after a configurable timeout (same as password copy timeout). The timer is refreshed whenever the activity is updated, e. g. upon user input.
An open password edit dialog remains open during extended user inactivity and becomes visible again after waking up a sleeping device. This PR re-uses the existing
startAutoDismissTimer()
function to closePasswordCreationActivity
after a configurable timeout (same as password copy timeout). The timer is refreshed whenever the activity is updated, e. g. upon user input.