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
<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