packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/KeyguardDismissUtilTest.java
0 → 100644
+85
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The KeyGuardDismissHandler was not being initialized for secondary users. To fix this, the KeyguardDismissUtil is refactored to initialize the dismissHandler during constructor injection. This ensures that the dismissHandler is initialized for all users, including secondary users. Test: tested screen recording and share option from notification bar on a secondary user Test: atest RecordingServiceTest -c, atest SmartReplyViewTest -c Bug: 274613098 Bug: 279559510 Change-Id: I4b439bebae93a09dcf76c6412598a0b640b8a215