OSDN Git Service

Merge "bindDeviceAdminService requires service to be proected by BIND_DEVICE_ADMIN...
[android-x86/frameworks-base.git] / core / java / android / app / admin / DevicePolicyManager.java
index 8801b14..d8a3f4e 100644 (file)
@@ -7906,7 +7906,8 @@ public class DevicePolicyManager {
      * See {@link #getBindDeviceAdminTargetUsers} for a definition of which
      * device/profile owners are allowed to bind to services of another profile/device owner.
      * <p>
-     * The service must be unexported. Note that the {@link Context} used to obtain this
+     * The service must be protected by {@link android.Manifest.permission#BIND_DEVICE_ADMIN}.
+     * Note that the {@link Context} used to obtain this
      * {@link DevicePolicyManager} instance via {@link Context#getSystemService(Class)} will be used
      * to bind to the {@link android.app.Service}.
      *