最近(おそらく新しいSDK機能として)、からテキストをプルしようとすると、最初に。ではなくTextview
メソッドを取得します。getFreezesText()
getText()
このメソッドの定義を調べたところ、
**android:freezesText**
If set, the text view will include its current complete text inside of its frozen icicle in addition to meta-data such as the current cursor position. By default this is disabled; it can be useful when the contents of a text view is not stored in a persistent place such as a content provider.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.
This corresponds to the global attribute resource symbol freezesText.
Related Methods
setFreezesText(boolean)
これは私には何も教えてくれません。
これらの方法を使用することになっているのはいつですか(あるとしても)?それらは新しいですか、それとも私はそれらに気づきましたか?