Skip to content

Commit b64f4bb

Browse files
1 parent 9b949c9 commit b64f4bb

File tree

4 files changed

+21
-9
lines changed

4 files changed

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

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ public final class ExtensionConfig extends com.google.api.client.json.GenericJso
3838

3939
/**
4040
* Fully qualified class name of the receiver service class for Android Device Policy to notify
41-
* the extension app of any local command status updates.
41+
* the extension app of any local command status updates. The service must be exported in the
42+
* extension app's AndroidManifest.xml and extend NotificationReceiverService (https://developers.
43+
* google.com/android/management/reference/amapi/com/google/android/managementapi/notification/Not
44+
* ificationReceiverService) (see Integrate with the AMAPI SDK
45+
* (https://developers.google.com/android/management/sdk-integration) guide for more details).
4246
* The value may be {@code null}.
4347
*/
4448
@com.google.api.client.util.Key
@@ -62,7 +66,11 @@ public final class ExtensionConfig extends com.google.api.client.json.GenericJso
6266

6367
/**
6468
* Fully qualified class name of the receiver service class for Android Device Policy to notify
65-
* the extension app of any local command status updates.
69+
* the extension app of any local command status updates. The service must be exported in the
70+
* extension app's AndroidManifest.xml and extend NotificationReceiverService (https://developers.
71+
* google.com/android/management/reference/amapi/com/google/android/managementapi/notification/Not
72+
* ificationReceiverService) (see Integrate with the AMAPI SDK
73+
* (https://developers.google.com/android/management/sdk-integration) guide for more details).
6674
* @return value or {@code null} for none
6775
*/
6876
public java.lang.String getNotificationReceiver() {
@@ -71,7 +79,11 @@ public java.lang.String getNotificationReceiver() {
7179

7280
/**
7381
* Fully qualified class name of the receiver service class for Android Device Policy to notify
74-
* the extension app of any local command status updates.
82+
* the extension app of any local command status updates. The service must be exported in the
83+
* extension app's AndroidManifest.xml and extend NotificationReceiverService (https://developers.
84+
* google.com/android/management/reference/amapi/com/google/android/managementapi/notification/Not
85+
* ificationReceiverService) (see Integrate with the AMAPI SDK
86+
* (https://developers.google.com/android/management/sdk-integration) guide for more details).
7587
* @param notificationReceiver notificationReceiver or {@code null} for none
7688
*/
7789
public ExtensionConfig setNotificationReceiver(java.lang.String notificationReceiver) {

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

0 commit comments

Comments
 (0)