summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorSally Yuen <sallyyuen@google.com>2020-10-08 17:02:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-10-08 17:02:06 +0000
commiteb806d847dfbbb3a2c4738ff199e4bc96087106b (patch)
tree21049fd1660276c00bf1329c9af7180180c84ae0 /core/java/android
parent7c200e5bdc41bac9203adc594e84ebe1d255ade5 (diff)
parent09821e196e347bda20d3b8c7402d630d45ab7793 (diff)
Merge "Back up Force Bold Text setting and clean up javadoc"
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Settings.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 87334d5bab49..b383b6ed5faf 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -6827,6 +6827,12 @@ public final class Settings {
/**
* Whether to draw text in bold.
*
+ * <p>Values:
+ * 1 - Text is not displayed in bold. (Default)
+ * 2 - Text is displayed in bold.
+ *
+ * @see Configuration#FORCE_BOLD_TEXT_NO
+ * @see Configuration#FORCE_BOLD_TEXT_YES
* @hide
*/
public static final String FORCE_BOLD_TEXT = "force_bold_text";