From b94db46c2c92c439a98c1af86c489938f2893a68 Mon Sep 17 00:00:00 2001 From: Roy Chou Date: Wed, 8 Feb 2023 06:23:50 +0000 Subject: [PATCH] fix(#MagnificationConfig): update isActivated javadoc Based on b/267312196 comment #3, update the MagnificationConfig#isActivated method javadoc. Bug: 267312196 Test: compile and build successfully Change-Id: I45dda5d89f7cce4116bf703819d73820e1a256cd --- core/java/android/accessibilityservice/MagnificationConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/accessibilityservice/MagnificationConfig.java b/core/java/android/accessibilityservice/MagnificationConfig.java index 486dc500d0124..5019aee412547 100644 --- a/core/java/android/accessibilityservice/MagnificationConfig.java +++ b/core/java/android/accessibilityservice/MagnificationConfig.java @@ -107,7 +107,7 @@ public final class MagnificationConfig implements Parcelable { * Returns the activated state of the controlling magnifier. The controlling magnifier can be * activated even if the scale returned by {@link MagnificationConfig#getScale()} equals to 1.0. * - * @return {@code true} if the magnifier is showing on screen, + * @return {@code true} if the magnifier is activated and showing on screen, * {@code false} otherwise. */ public boolean isActivated() {