Skip to content

Commit f017b5f

Browse files
1 parent f57074d commit f017b5f

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
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-rev20251014-2.0.0</version>
25+
<version>v1-rev20251015-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-rev20251014-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20251015-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public final class AdvancedSecurityOverrides extends com.google.api.client.json.
7373
/**
7474
* Optional. Controls Memory Tagging Extension (MTE)
7575
* (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device
76-
* needs to be rebooted to apply changes to the MTE policy.
76+
* needs to be rebooted to apply changes to the MTE policy. On Android 15 and above, a
77+
* NonComplianceDetail with PENDING is reported if the policy change is pending a device reboot.
7778
* The value may be {@code null}.
7879
*/
7980
@com.google.api.client.util.Key
@@ -192,7 +193,8 @@ public AdvancedSecurityOverrides setGooglePlayProtectVerifyApps(java.lang.String
192193
/**
193194
* Optional. Controls Memory Tagging Extension (MTE)
194195
* (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device
195-
* needs to be rebooted to apply changes to the MTE policy.
196+
* needs to be rebooted to apply changes to the MTE policy. On Android 15 and above, a
197+
* NonComplianceDetail with PENDING is reported if the policy change is pending a device reboot.
196198
* @return value or {@code null} for none
197199
*/
198200
public java.lang.String getMtePolicy() {
@@ -202,7 +204,8 @@ public java.lang.String getMtePolicy() {
202204
/**
203205
* Optional. Controls Memory Tagging Extension (MTE)
204206
* (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device
205-
* needs to be rebooted to apply changes to the MTE policy.
207+
* needs to be rebooted to apply changes to the MTE policy. On Android 15 and above, a
208+
* NonComplianceDetail with PENDING is reported if the policy change is pending a device reboot.
206209
* @param mtePolicy mtePolicy or {@code null} for none
207210
*/
208211
public AdvancedSecurityOverrides setMtePolicy(java.lang.String mtePolicy) {

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-rev20251014-2.0.0</version>
12-
<name>Android Management API v1-rev20251014-2.0.0</name>
11+
<version>v1-rev20251015-2.0.0</version>
12+
<name>Android Management API v1-rev20251015-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-rev20251014-2.0.0</version>
25+
<version>v1-rev20251015-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-rev20251014-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20251015-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)