Fixed
Status Update
Comments
ro...@android.com <ro...@android.com>
iv...@gmail.com <iv...@gmail.com> #2
Correction: I meant mysid/toro, not yakju, in the subject line. But this affects yakju, as well.
ro...@google.com <ro...@google.com>
ga...@gmail.com <ga...@gmail.com> #3
I want this.
ga...@gmail.com <ga...@gmail.com> #4
I wan't this too! And I want't all Android 4.1+ devices to have it, not only the Nexus.
ro...@google.com <ro...@google.com>
cl...@google.com <cl...@google.com>
cl...@google.com <cl...@google.com> #6
ro...@gmail.com <ro...@gmail.com> #7
I would love to see BT4 support. Seems to be the only other option to ANT+ when it comes to fitness sensors.
ro...@google.com <ro...@google.com>
cl...@google.com <cl...@google.com>
cl...@google.com <cl...@google.com> #8
Why is this considered an enhancement? The fact that Android doesn't support the latest standards and is behind iOS will run developers to iOS. Unfortunately my company cannot wait for Google to include this "enhancement" in their OS and with great sadness we are moving to iOS.
BLE is not a nice to have, it's the next big thing in short range networking.
BLE is not a nice to have, it's the next big thing in short range networking.
Description
When I try to get text before the fist run of 'setText' method I have ClassCastException in getText field.
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to android.text.Editable
at android.widget.EditText.getText(EditText.java:95)
@Override
public Editable getText() {
return (Editable) super.getText();
}
It happens because the default value in EditText is String value.