android - transparent activity that don't blocks mobile home screen events -


is possible create activity don't blocks other applications? created transparent activity (like popup) in middle there image , background transparent . far good. want let user click other apps while activity open possible?

i use: getwindow().addflags(windowmanager.layoutparams.flag_not_touchable); can't click on home screen apps. thanks


Comments