In Android (and Titanium),
I need a Window shows on Locked screen.
I found a solution making a Activity with FLAG_SHOW_WHEN_LOCKED on Titanium module, and it's working fine.
But can I do this using Titanium code? (I mean using java script code)
I'm using Titanium SDK 5.1.2 and How can I shows a single Window (i.e. created by Ti.UI.createWindow or any others) appears over the lock screen?