Loading core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -6800,6 +6800,13 @@ public final class Settings { */ public static final String KEYGUARD_SLICE_URI = "keyguard_slice_uri"; /** * Whether to draw text in bold. * * @hide */ public static final String FORCE_BOLD_TEXT = "force_bold_text"; /** * Whether to speak passwords while in accessibility mode. * Loading core/proto/android/providers/settings/secure.proto +3 −1 Original line number Diff line number Diff line Loading @@ -219,6 +219,8 @@ message SecureSettingsProto { optional SettingProto enhanced_voice_privacy_enabled = 23 [ (android.privacy).dest = DEST_AUTOMATIC ]; optional SettingProto force_bold_text = 85 [ (android.privacy).dest = DEST_AUTOMATIC ]; message Gesture { optional SettingProto aware_enabled = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; Loading Loading @@ -615,5 +617,5 @@ message SecureSettingsProto { // Please insert fields in alphabetical order and group them into messages // if possible (to avoid reaching the method limit). // Next tag = 85; // Next tag = 86; } packages/SettingsProvider/src/com/android/providers/settings/SettingsProtoDumpUtil.java +3 −0 Original line number Diff line number Diff line Loading @@ -1776,6 +1776,9 @@ class SettingsProtoDumpUtil { dumpSetting(s, p, Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED, SecureSettingsProto.Accessibility.HIGH_TEXT_CONTRAST_ENABLED); dumpSetting(s, p, Settings.Secure.FORCE_BOLD_TEXT, SecureSettingsProto.FORCE_BOLD_TEXT); dumpSetting(s, p, Settings.Secure.ACCESSIBILITY_LARGE_POINTER_ICON, SecureSettingsProto.Accessibility.LARGE_POINTER_ICON); Loading Loading
core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -6800,6 +6800,13 @@ public final class Settings { */ public static final String KEYGUARD_SLICE_URI = "keyguard_slice_uri"; /** * Whether to draw text in bold. * * @hide */ public static final String FORCE_BOLD_TEXT = "force_bold_text"; /** * Whether to speak passwords while in accessibility mode. * Loading
core/proto/android/providers/settings/secure.proto +3 −1 Original line number Diff line number Diff line Loading @@ -219,6 +219,8 @@ message SecureSettingsProto { optional SettingProto enhanced_voice_privacy_enabled = 23 [ (android.privacy).dest = DEST_AUTOMATIC ]; optional SettingProto force_bold_text = 85 [ (android.privacy).dest = DEST_AUTOMATIC ]; message Gesture { optional SettingProto aware_enabled = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; Loading Loading @@ -615,5 +617,5 @@ message SecureSettingsProto { // Please insert fields in alphabetical order and group them into messages // if possible (to avoid reaching the method limit). // Next tag = 85; // Next tag = 86; }
packages/SettingsProvider/src/com/android/providers/settings/SettingsProtoDumpUtil.java +3 −0 Original line number Diff line number Diff line Loading @@ -1776,6 +1776,9 @@ class SettingsProtoDumpUtil { dumpSetting(s, p, Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED, SecureSettingsProto.Accessibility.HIGH_TEXT_CONTRAST_ENABLED); dumpSetting(s, p, Settings.Secure.FORCE_BOLD_TEXT, SecureSettingsProto.FORCE_BOLD_TEXT); dumpSetting(s, p, Settings.Secure.ACCESSIBILITY_LARGE_POINTER_ICON, SecureSettingsProto.Accessibility.LARGE_POINTER_ICON); Loading