summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ghan <justinghan@google.com>2023-08-18 20:18:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-15 21:17:07 +0000
commitccf047772b46f8478a8f429bb94d0769967e4140 (patch)
tree7542832b3ef64a7c6254057490e7f7efa8d44f14
parent8904b5361cff9ebd2f5641e61211112580a07a33 (diff)
downloadbase-ccf047772b46f8478a8f429bb94d0769967e4140.tar.gz
Update autoHandwritingEnabled documentation
Since we are changing the default value to false in UDC QPR1, remove the default value specification from the documentation. Bug: 296586357 Test: N/A (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8ee1665bcfe83c9481ccf867742853e846f2e332) Merged-In: Iad6e5b858503617b4a38045fbf32984c0d03619a Change-Id: Iad6e5b858503617b4a38045fbf32984c0d03619a
-rw-r--r--core/res/res/values/attrs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 6f7bc53e891c..fb27df15048d 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -3537,11 +3537,11 @@
<attr name="preferKeepClear" format="boolean" />
<!-- <p>Whether or not the auto handwriting initiation is enabled in this View.
- <p>For a view with active {@link android.view.inputmethod.InputConnection},
- if auto handwriting initiation is enabled stylus movement within its view boundary
+ <p>For a view with an active {@link android.view.inputmethod.InputConnection},
+ if auto handwriting initiation is enabled, stylus movement within its view boundary
will automatically trigger the handwriting mode.
- <p>This is true by default.
- See {@link android.view.View#setAutoHandwritingEnabled}. -->
+ See {@link android.view.View#setAutoHandwritingEnabled}.
+ <p>The default value of this flag is configurable by the device manufacturer. -->
<attr name="autoHandwritingEnabled" format="boolean" />
<!-- <p>The amount of offset that is applied to the left edge of the view's stylus