Skip to content

Commit e07f435

Browse files
1 parent 87dd84a commit e07f435

File tree

6 files changed

+66
-9
lines changed

6 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ public final class ApplicationPolicy extends com.google.api.client.json.GenericJ
208208

209209
/**
210210
* Optional. Specifies whether user control is permitted for the app. User control includes user
211-
* actions like force-stopping and clearing app data. Supported on Android 11 and above.
211+
* actions like force-stopping and clearing app data. Certain types of apps have special
212+
* treatment, see USER_CONTROL_SETTINGS_UNSPECIFIED and USER_CONTROL_ALLOWED for more details.
212213
* The value may be {@code null}.
213214
*/
214215
@com.google.api.client.util.Key
@@ -629,7 +630,8 @@ public ApplicationPolicy setPreferentialNetworkId(java.lang.String preferentialN
629630

630631
/**
631632
* Optional. Specifies whether user control is permitted for the app. User control includes user
632-
* actions like force-stopping and clearing app data. Supported on Android 11 and above.
633+
* actions like force-stopping and clearing app data. Certain types of apps have special
634+
* treatment, see USER_CONTROL_SETTINGS_UNSPECIFIED and USER_CONTROL_ALLOWED for more details.
633635
* @return value or {@code null} for none
634636
*/
635637
public java.lang.String getUserControlSettings() {
@@ -638,7 +640,8 @@ public java.lang.String getUserControlSettings() {
638640

639641
/**
640642
* Optional. Specifies whether user control is permitted for the app. User control includes user
641-
* actions like force-stopping and clearing app data. Supported on Android 11 and above.
643+
* actions like force-stopping and clearing app data. Certain types of apps have special
644+
* treatment, see USER_CONTROL_SETTINGS_UNSPECIFIED and USER_CONTROL_ALLOWED for more details.
642645
* @param userControlSettings userControlSettings or {@code null} for none
643646
*/
644647
public ApplicationPolicy setUserControlSettings(java.lang.String userControlSettings) {

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
@SuppressWarnings("javadoc")
3333
public final class CrossProfilePolicies extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* Optional. Controls whether personal profile apps can invoke app functions exposed by apps in
37+
* the work profile.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.String crossProfileAppFunctions;
42+
3543
/**
3644
* Whether text copied from one profile (personal or work) can be pasted in the other profile.
3745
* The value may be {@code null}.
@@ -80,6 +88,25 @@ public final class CrossProfilePolicies extends com.google.api.client.json.Gener
8088
@com.google.api.client.util.Key
8189
private java.lang.String workProfileWidgetsDefault;
8290

91+
/**
92+
* Optional. Controls whether personal profile apps can invoke app functions exposed by apps in
93+
* the work profile.
94+
* @return value or {@code null} for none
95+
*/
96+
public java.lang.String getCrossProfileAppFunctions() {
97+
return crossProfileAppFunctions;
98+
}
99+
100+
/**
101+
* Optional. Controls whether personal profile apps can invoke app functions exposed by apps in
102+
* the work profile.
103+
* @param crossProfileAppFunctions crossProfileAppFunctions or {@code null} for none
104+
*/
105+
public CrossProfilePolicies setCrossProfileAppFunctions(java.lang.String crossProfileAppFunctions) {
106+
this.crossProfileAppFunctions = crossProfileAppFunctions;
107+
return this;
108+
}
109+
83110
/**
84111
* Whether text copied from one profile (personal or work) can be pasted in the other profile.
85112
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ public final class Policy extends com.google.api.client.json.GenericJson {
8686
@com.google.api.client.util.Key
8787
private java.lang.String appAutoUpdatePolicy;
8888

89+
/**
90+
* Optional. Controls whether apps on the device for fully managed devices or in the work profile
91+
* for devices with work profiles are allowed to expose app functions.
92+
* The value may be {@code null}.
93+
*/
94+
@com.google.api.client.util.Key
95+
private java.lang.String appFunctions;
96+
8997
/**
9098
* Policy applied to apps. This can have at most 3,000 elements.
9199
* The value may be {@code null}.
@@ -984,6 +992,25 @@ public Policy setAppAutoUpdatePolicy(java.lang.String appAutoUpdatePolicy) {
984992
return this;
985993
}
986994

995+
/**
996+
* Optional. Controls whether apps on the device for fully managed devices or in the work profile
997+
* for devices with work profiles are allowed to expose app functions.
998+
* @return value or {@code null} for none
999+
*/
1000+
public java.lang.String getAppFunctions() {
1001+
return appFunctions;
1002+
}
1003+
1004+
/**
1005+
* Optional. Controls whether apps on the device for fully managed devices or in the work profile
1006+
* for devices with work profiles are allowed to expose app functions.
1007+
* @param appFunctions appFunctions or {@code null} for none
1008+
*/
1009+
public Policy setAppFunctions(java.lang.String appFunctions) {
1010+
this.appFunctions = appFunctions;
1011+
return this;
1012+
}
1013+
9871014
/**
9881015
* Policy applied to apps. This can have at most 3,000 elements.
9891016
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)