I was wondering if it\'s possible to somehow tap outside a popup dialog (or an Activity with a dialog theme), and dismiss it by just tapping outside of it?
I made a
LayoutParams lp=dialogp.getWindow().getAttributes(); lp.flags=LayoutParams.FLAG_LAYOUT_NO_LIMITS;
I added this and it works flawlessly on 3.0 up, but should work on all.