以ssid为例
mSsid = (TextView) mView.findViewById(R.id.ssid);
mSsid.setFilters(new InputFilter[] {new Utf8ByteLengthFilter(32)});
限制ssid长度为32个utf8 字符
以ssid为例
mSsid = (TextView) mView.findViewById(R.id.ssid);
mSsid.setFilters(new InputFilter[] {new Utf8ByteLengthFilter(32)});
限制ssid长度为32个utf8 字符