I\'m writing an application that uses the following code to draw an edittext on the screen over running applications:
WindowManager.LayoutParams params = new
Programatically:
editText.requestFocus();
Or through XML: