Skip to content

Commit

Permalink
feat: Automated regeneration of AndroidManagement client (#11269)
Browse files Browse the repository at this point in the history
Auto-created at 2024-04-08 13:11:14 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Apr 8, 2024
1 parent cb324ff commit b864ba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidManagement.V1 do
API client metadata for GoogleApi.AndroidManagement.V1.
"""

@discovery_revision "20240325"
@discovery_revision "20240402"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.AndroidManagement.V1.Model.ExtensionConfig do
@moduledoc """
Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 13 and above, extension apps are exempt from battery restrictions so will not be placed into the restricted App Standby Bucket (https://developer.android.com/topic/performance/appstandby#restricted-bucket). Extensions apps are also protected against users clearing their data or force-closing the application, although admins can continue to use the clear app data command (https://developer.android.com/management/reference/rest/v1/enterprises.devices/issueCommand#CommandType) on extension apps if needed for Android 13 and above.
Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 13 and above, extension apps are exempt from battery restrictions so will not be placed into the restricted App Standby Bucket (https://developer.android.com/topic/performance/appstandby#restricted-bucket). Extensions apps are also protected against users clearing their data or force-closing the application, although admins can continue to use the clear app data command on extension apps if needed for Android 13 and above.
## Attributes
Expand Down
2 changes: 1 addition & 1 deletion clients/android_management/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.AndroidManagement.Mixfile do
use Mix.Project

@version "0.48.1"
@version "0.48.2"

def project() do
[
Expand Down

0 comments on commit b864ba9

Please sign in to comment.