I\'m writing an application that uses the following code to draw an edittext on the screen over running applications:
WindowManager.LayoutParams params = new
My bad.. I realized if I remove the WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE it works fine.. silly mistake