I\'ve some settings page in my app. Once the activity gets starts directly it focus to edittext and i used following code to clear foucs.
If Come back from other activity edittext get focused.
put these line onStart() or on onReusme()
RelativeLayout focuslayout = (RelativeLayout) findViewById(R.id.RequestFocusLayout); focuslayout.requestFocus();