I have a screen which asks user to enter PIN.
I have 4 separate boxes & each box will have only one digit.
So I want to keep the Numeric keypad open through out the life of an activity.
I am able to force keypad open up on activity starts. But On presses back button it gets hidden.
I have a screen which asks user to enter PIN. I have 4 separate
Share
Can you set this as part of your activity section on your manifest file :
you could try something like this :