Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1b7fdd2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update the javadoc of InputMethodSettings"

parents 631a824d 1e832c1d
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -199,9 +199,14 @@ final class InputMethodUtils {
    }

    /**
     * Utility class for putting and getting settings for InputMethod
     * Utility class for putting and getting settings for InputMethod.
     *
     * This is used in two ways:
     * - Singleton instance in {@link InputMethodManagerService}, which is updated on user-switch to
     * follow the current user.
     * - On-demand instances when we need settings for non-current users.
     *
     * TODO: Move all putters and getters of settings to this class.
     * TODO(b/235661780): Make the setting supports multi-users.
     */
    @UserHandleAware
    public static class InputMethodSettings {