I have an empty activity with just the PlainText on it. I want it so that after the user taps on the button that directs him to the empty activity it automatically selects/focuses on the PlainText bringing out the built-in android keyboard ready to get user's input.
I tried
android:focusedByDefault="true"
but that doesn't seem to do anything after going to the empty activity.