diff options
| -rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 1ed709b948aa..cf06cb75bcb2 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -2933,9 +2933,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) { |