r3gis3r / CSipSimple

CSipSimple Mirror (no pull-requests here)
http://www.csipsimple.com
GNU Lesser General Public License v3.0
302 stars 227 forks source link

Blank activity over lock screen after missing call #33

Closed nicsi closed 8 years ago

nicsi commented 8 years ago

Phone: Samsung Galaxy S4 on Android 4.2.2, uses screen lock with pattern. Source: night build v1.02_03

How to cause:

Screen captured via DDMS. I tried to allow showing over lock screen by adding the WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED flag to SipHome.onCreate or to disable KeyGuard.. Also I tried to clear activities stack when SCREEN_ON was received.

WBR, Nicolas.

black-activity