File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments