Skip to content

Commit 8876edf

Browse files
yoshi-automationquirogas
authored andcommitted
fix(androidmanagement): update the API
#### androidmanagement:v1 The following keys were changed: - schemas.Policy.properties.setUserIconDisabled.description - schemas.Policy.properties.shareLocationDisabled.description
1 parent 3c5f18d commit 8876edf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/androidmanagement-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20251104",
1268+
"revision": "20251111",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -6553,7 +6553,7 @@
65536553
"type": "boolean"
65546554
},
65556555
"setUserIconDisabled": {
6556-
"description": "Whether changing the user icon is disabled. The setting has effect only on fully managed devices.",
6556+
"description": "Whether changing the user icon is disabled. This applies only on devices running Android 7 and above.",
65576557
"type": "boolean"
65586558
},
65596559
"setWallpaperDisabled": {
@@ -6568,7 +6568,7 @@
65686568
"type": "array"
65696569
},
65706570
"shareLocationDisabled": {
6571-
"description": "Whether location sharing is disabled. share_location_disabled is supported for both fully managed devices and personally owned work profiles.",
6571+
"description": "Whether location sharing is disabled.",
65726572
"type": "boolean"
65736573
},
65746574
"shortSupportMessage": {

src/apis/androidmanagement/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,15 +2966,15 @@ export namespace androidmanagement_v1 {
29662966
*/
29672967
setupActions?: Schema$SetupAction[];
29682968
/**
2969-
* Whether changing the user icon is disabled. The setting has effect only on fully managed devices.
2969+
* Whether changing the user icon is disabled. This applies only on devices running Android 7 and above.
29702970
*/
29712971
setUserIconDisabled?: boolean | null;
29722972
/**
29732973
* Whether changing the wallpaper is disabled.
29742974
*/
29752975
setWallpaperDisabled?: boolean | null;
29762976
/**
2977-
* Whether location sharing is disabled. share_location_disabled is supported for both fully managed devices and personally owned work profiles.
2977+
* Whether location sharing is disabled.
29782978
*/
29792979
shareLocationDisabled?: boolean | null;
29802980
/**

0 commit comments

Comments
 (0)