タブレット(Android 4.1.1 Asus)でアプリをテストしたところ、Bluetoothキーボードがエディットテキストでサポートされていないことがわかりました。入力はありません!ソフトキーボードの使用は問題ありません。
これは私のレイアウトです:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText android:layout_width="match_parent"
android:id="@+id/txtTuneScript"
android:layout_height="match_parent"
android:layout_weight="1"
android:scrollbars="vertical" />
</LinearLayout>
editTextの属性がありませんか?何か案が?droidEditのようなタブレット上の他のアプリを使用すると、Bluetoothキーボードは正常に機能します...