TYPE_SYSTEM_OVERLAY on Android 4 ICS

My question is similar to the one here, TYPE_SYSTEM_OVERLAY in ICS

but is there any other way to achieve system overlay with touch events in ICS?

There are applications on the market that use overlay, for example,

Dock4Droid https://play.google.com/store/apps/details?id=com.urbandroid.dock

and

https://play.google.com/store/apps/details?id=mobi.conduction.swipepad.android

+3
source share
1 answer

I see that TYPE_SYSTEM_ALERT is still working on ICS, and I need to come up with a solution using this flag.

+1
source

All Articles