Skip to content

Commit 7829c24

Browse files
1 parent c240c94 commit 7829c24

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/AndroidManagement/Policy.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,7 @@ class Policy extends \Google\Collection
391391
*/
392392
public $autoTimeRequired;
393393
/**
394-
* Whether applications other than the ones configured in applications are
395-
* blocked from being installed. When set, applications that were installed
396-
* under a previous policy but no longer appear in the policy are
397-
* automatically uninstalled.
394+
* This field has no effect.
398395
*
399396
* @deprecated
400397
* @var bool
@@ -1132,10 +1129,7 @@ public function getAutoTimeRequired()
11321129
return $this->autoTimeRequired;
11331130
}
11341131
/**
1135-
* Whether applications other than the ones configured in applications are
1136-
* blocked from being installed. When set, applications that were installed
1137-
* under a previous policy but no longer appear in the policy are
1138-
* automatically uninstalled.
1132+
* This field has no effect.
11391133
*
11401134
* @deprecated
11411135
* @param bool $blockApplicationsEnabled

0 commit comments

Comments
 (0)