Skip to content

Commit 0ec9d9b

Browse files
1 parent 003b1bd commit 0ec9d9b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/AndroidManagement/PersonalUsagePolicies.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ class PersonalUsagePolicies extends \Google\Collection
117117
*/
118118
public $privateSpacePolicy;
119119
/**
120-
* If true, screen capture is disabled for all users.
120+
* If true, screen capture is disabled for all users. This also blocks Circle
121+
* to Search (https://support.google.com/android/answer/14508957).
121122
*
122123
* @var bool
123124
*/
@@ -251,7 +252,8 @@ public function getPrivateSpacePolicy()
251252
return $this->privateSpacePolicy;
252253
}
253254
/**
254-
* If true, screen capture is disabled for all users.
255+
* If true, screen capture is disabled for all users. This also blocks Circle
256+
* to Search (https://support.google.com/android/answer/14508957).
255257
*
256258
* @param bool $screenCaptureDisabled
257259
*/

src/AndroidManagement/Policy.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,8 @@ class Policy extends \Google\Collection
748748
*/
749749
public $safeBootDisabled;
750750
/**
751-
* Whether screen capture is disabled.
751+
* Whether screen capture is disabled. This also blocks Circle to Search
752+
* (https://support.google.com/android/answer/14508957).
752753
*
753754
* @var bool
754755
*/
@@ -2274,7 +2275,8 @@ public function getSafeBootDisabled()
22742275
return $this->safeBootDisabled;
22752276
}
22762277
/**
2277-
* Whether screen capture is disabled.
2278+
* Whether screen capture is disabled. This also blocks Circle to Search
2279+
* (https://support.google.com/android/answer/14508957).
22782280
*
22792281
* @param bool $screenCaptureDisabled
22802282
*/

0 commit comments

Comments
 (0)