Skip to content

Commit d9b3c7c

Browse files
1 parent c45b72b commit d9b3c7c

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

clients/google-api-services-androidmanagement/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-androidmanagement</artifactId>
25-
<version>v1-rev20251104-2.0.0</version>
25+
<version>v1-rev20251111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20251111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/Policy.java

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ public final class Policy extends com.google.api.client.json.GenericJson {
689689
private java.lang.Boolean screenCaptureDisabled;
690690

691691
/**
692-
* Whether changing the user icon is disabled. The setting has effect only on fully managed
693-
* devices.
692+
* Whether changing the user icon is disabled. This applies only on devices running Android 7 and
693+
* above.
694694
* The value may be {@code null}.
695695
*/
696696
@com.google.api.client.util.Key
@@ -711,8 +711,7 @@ public final class Policy extends com.google.api.client.json.GenericJson {
711711
private java.util.List<SetupAction> setupActions;
712712

713713
/**
714-
* Whether location sharing is disabled. share_location_disabled is supported for both fully
715-
* managed devices and personally owned work profiles.
714+
* Whether location sharing is disabled.
716715
* The value may be {@code null}.
717716
*/
718717
@com.google.api.client.util.Key
@@ -2326,17 +2325,17 @@ public Policy setScreenCaptureDisabled(java.lang.Boolean screenCaptureDisabled)
23262325
}
23272326

23282327
/**
2329-
* Whether changing the user icon is disabled. The setting has effect only on fully managed
2330-
* devices.
2328+
* Whether changing the user icon is disabled. This applies only on devices running Android 7 and
2329+
* above.
23312330
* @return value or {@code null} for none
23322331
*/
23332332
public java.lang.Boolean getSetUserIconDisabled() {
23342333
return setUserIconDisabled;
23352334
}
23362335

23372336
/**
2338-
* Whether changing the user icon is disabled. The setting has effect only on fully managed
2339-
* devices.
2337+
* Whether changing the user icon is disabled. This applies only on devices running Android 7 and
2338+
* above.
23402339
* @param setUserIconDisabled setUserIconDisabled or {@code null} for none
23412340
*/
23422341
public Policy setSetUserIconDisabled(java.lang.Boolean setUserIconDisabled) {
@@ -2379,17 +2378,15 @@ public Policy setSetupActions(java.util.List<SetupAction> setupActions) {
23792378
}
23802379

23812380
/**
2382-
* Whether location sharing is disabled. share_location_disabled is supported for both fully
2383-
* managed devices and personally owned work profiles.
2381+
* Whether location sharing is disabled.
23842382
* @return value or {@code null} for none
23852383
*/
23862384
public java.lang.Boolean getShareLocationDisabled() {
23872385
return shareLocationDisabled;
23882386
}
23892387

23902388
/**
2391-
* Whether location sharing is disabled. share_location_disabled is supported for both fully
2392-
* managed devices and personally owned work profiles.
2389+
* Whether location sharing is disabled.
23932390
* @param shareLocationDisabled shareLocationDisabled or {@code null} for none
23942391
*/
23952392
public Policy setShareLocationDisabled(java.lang.Boolean shareLocationDisabled) {

clients/google-api-services-androidmanagement/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-androidmanagement</artifactId>
11-
<version>v1-rev20251104-2.0.0</version>
12-
<name>Android Management API v1-rev20251104-2.0.0</name>
11+
<version>v1-rev20251111-2.0.0</version>
12+
<name>Android Management API v1-rev20251111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidmanagement/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-androidmanagement</artifactId>
25-
<version>v1-rev20251104-2.0.0</version>
25+
<version>v1-rev20251111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20251111-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)