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

Commit d22517a7 authored by Kenny Guy's avatar Kenny Guy Committed by android-build-merger
Browse files

am b6332fd2: am 70fb0ab4: am 8debf213: Merge "Fix mangled javadoc for...

am b6332fd2: am 70fb0ab4: am 8debf213: Merge "Fix mangled javadoc for setPermittedInputMethods." into lmp-mr1-dev
automerge: afca0610

* commit 'afca0610':
  Fix mangled javadoc for setPermittedInputMethods.
parents 78264e1d afca0610
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2928,9 +2928,9 @@ public class DevicePolicyManager {
     *
     * @param admin Which {@link DeviceAdminReceiver} this request is associated with.
     * @param packageNames List of input method package names.
     * @return true if setting the restriction succeeded. It will fail if there is
     *     one or more input method enabled, that are not in the list or user if the foreground
     *     user.
     * @return true if setting the restriction succeeded. It will fail if there are
     *     one or more non-system input methods currently enabled that are not in
     *     the packageNames list.
     */
    public boolean setPermittedInputMethods(ComponentName admin, List<String> packageNames) {
        if (mService != null) {