Skip to content

Let LockManager only lock current, not future process

Torsten Grote requested to merge 1399-unlock-activity-crash into master

This fixes a bug on Android 8 where the AlarmManager would re-start a killed BriarService and lock it. Then the LockManager lingers around locked and causes an ANR on Android 8.x when the user comes back to it.

Should fix #1399 (closed)

Merge request reports