ListPreference配对设备

时间:2013-06-18 21:15:45

标签: android listpreference

我想获得配对蓝牙设备的ListPreference。我发现this code. 我尝试过,但我不明白:

ListPreference listBtDevices = (ListPreference) getPreferenceScreen()
            .findPreference(BLUETOOTH_LIST_KEY);

listBtDevices始终为null并在setEntries上崩溃。 (也不推荐使用getPreferenceScreen)。怎么解决这个问题?谢谢!

0 个答案:

没有答案