From 9113ce63fac99dc6f5758f95766f5a44fffbd21f Mon Sep 17 00:00:00 2001 From: John Li Date: Mon, 10 May 2021 13:11:24 +0800 Subject: [PATCH] Add javadoc for Secure.UI_TRANSLATION_ENABLED Bug: 186240729 Test: manual Change-Id: I4b997e9958c2272019138ec25c87d021da241b4e --- core/java/android/provider/Settings.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index c8e5e4275e74f..46efdfa65eebc 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -8546,9 +8546,10 @@ public final class Settings { "one_handed_tutorial_show_count"; /** - * Indicates whether ui translation is enabled. + * Toggle to enable/disable for the apps to use the Ui translation for Views. The value + * indicates whether the Ui translation is enabled by the user. *

- * Type: int (0 for false, 1 for true) + * Type: {@code int} ({@code 0} for disabled, {@code 1} for enabled) * * @hide */