Код: Выделить всё
public class QSTileService extends TileService {
@Override
public void onClick() {
super.onClick();
showInputMethodPicker();
}
private void showInputMethodPicker() {
InputMethodManager imeManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
imeManager.showInputMethodPicker();
}
@Override
public void onStartListening() {
}
@Override
public void onStopListening() {
}
}
Подробнее здесь: https://stackoverflow.com/questions/784 ... onclick-wi
Мобильная версия