Hello all,
i have added a view to a framelayout. This framelayout is added to the windowmanager. The flags i have used are: WindowManager.LayoutParams wlp; wlp.flags = WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE |WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM; With this I am able to put the view on the window, but when I long press on the text areas & the Select/Select all/Copy dialog comes, the view that I have placed on the Window covers that dialog. The placement of the view is random and non-modal. Can someone help me on how to push it behind the Select/copy dialogs or any system dialogs. Thanks, Akshat -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

