AChep / AcDisplay

AcDisplay is a new way of handling notifications in Android.
acdisplay.org
GNU General Public License v2.0
750 stars 226 forks source link

AcDisplay partially breaks trust agents #105

Closed equescalculi closed 9 years ago

equescalculi commented 9 years ago

Android lets you bypass the lock screen by using trust agents starting with version 5.0. AcDisplay partially breaks this feature. Steps to reproduce:

  1. Enable a trust agent and make sure it's active.
  2. Put the device in sleep mode.
  3. Receive and miss a notification with AcDisplay enabled.
  4. Wake the device. The device now needs to be unlocked despite an active trust agent.
AChep commented 9 years ago

This bug is not on our side. TrustedAgents service crashes after a lock() method call.