am 8debf213: Merge "Fix mangled javadoc for setPermittedInputMethods." into lmp-mr1-dev
* commit '8debf21357477083a716275e2a32cb7169d42c47': Fix mangled javadoc for setPermittedInputMethods.
This commit is contained in:
@@ -2933,9 +2933,9 @@ public class DevicePolicyManager {
|
|||||||
*
|
*
|
||||||
* @param admin Which {@link DeviceAdminReceiver} this request is associated with.
|
* @param admin Which {@link DeviceAdminReceiver} this request is associated with.
|
||||||
* @param packageNames List of input method package names.
|
* @param packageNames List of input method package names.
|
||||||
* @return true if setting the restriction succeeded. It will fail if there is
|
* @return true if setting the restriction succeeded. It will fail if there are
|
||||||
* one or more input method enabled, that are not in the list or user if the foreground
|
* one or more non-system input methods currently enabled that are not in
|
||||||
* user.
|
* the packageNames list.
|
||||||
*/
|
*/
|
||||||
public boolean setPermittedInputMethods(ComponentName admin, List<String> packageNames) {
|
public boolean setPermittedInputMethods(ComponentName admin, List<String> packageNames) {
|
||||||
if (mService != null) {
|
if (mService != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user