Loading core/java/android/app/admin/DevicePolicyManager.java +8 −0 Original line number Diff line number Diff line Loading @@ -7913,6 +7913,10 @@ public class DevicePolicyManager { /** * Returns the current runtime nearby notification streaming policy set by the device or profile * owner. * <p> * The caller must be the target user's device owner/profile owner or hold the * {@link android.Manifest.permission#READ_NEARBY_STREAMING_POLICY READ_NEARBY_STREAMING_POLICY} * permission. */ @RequiresPermission( value = android.Manifest.permission.READ_NEARBY_STREAMING_POLICY, Loading Loading @@ -7956,6 +7960,10 @@ public class DevicePolicyManager { /** * Returns the current runtime nearby app streaming policy set by the device or profile owner. * <p> * The caller must be the target user's device owner/profile owner or hold the * {@link android.Manifest.permission#READ_NEARBY_STREAMING_POLICY READ_NEARBY_STREAMING_POLICY} * permission. */ @RequiresPermission( value = android.Manifest.permission.READ_NEARBY_STREAMING_POLICY, Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +8 −0 Original line number Diff line number Diff line Loading @@ -7913,6 +7913,10 @@ public class DevicePolicyManager { /** * Returns the current runtime nearby notification streaming policy set by the device or profile * owner. * <p> * The caller must be the target user's device owner/profile owner or hold the * {@link android.Manifest.permission#READ_NEARBY_STREAMING_POLICY READ_NEARBY_STREAMING_POLICY} * permission. */ @RequiresPermission( value = android.Manifest.permission.READ_NEARBY_STREAMING_POLICY, Loading Loading @@ -7956,6 +7960,10 @@ public class DevicePolicyManager { /** * Returns the current runtime nearby app streaming policy set by the device or profile owner. * <p> * The caller must be the target user's device owner/profile owner or hold the * {@link android.Manifest.permission#READ_NEARBY_STREAMING_POLICY READ_NEARBY_STREAMING_POLICY} * permission. */ @RequiresPermission( value = android.Manifest.permission.READ_NEARBY_STREAMING_POLICY, Loading