• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Auto Disable Physical Keyboard - How do I put in this code?

Janitor

Newbie
I bought a bluetooth remote to control my music that comes with a tiny physical keyboard. Unfortunately, this means that when I connect to my phone is registers the physical keyboard and the soft keyboard won't come up. I can manually disable it every time, but I found this discussion about how to make the soft keyboard every time. They posted this

<activity android:name=".MainActivity"
android:label="@string/app_name"
android:windowSoftInputMode="stateAlwaysVisible" />

but I have no idea what to do with this. Can anyone help?

The site I found it on is below:
Android: How to make the keypad always visible? - Stack Overflow
 
Back
Top Bottom