diff --git a/clients/android_management/lib/google_api/android_management/v1/metadata.ex b/clients/android_management/lib/google_api/android_management/v1/metadata.ex index 6fd6783096..040df4e3f0 100644 --- a/clients/android_management/lib/google_api/android_management/v1/metadata.ex +++ b/clients/android_management/lib/google_api/android_management/v1/metadata.ex @@ -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 diff --git a/clients/android_management/lib/google_api/android_management/v1/model/extension_config.ex b/clients/android_management/lib/google_api/android_management/v1/model/extension_config.ex index 5f9c5e5b40..2c7b80a4f4 100644 --- a/clients/android_management/lib/google_api/android_management/v1/model/extension_config.ex +++ b/clients/android_management/lib/google_api/android_management/v1/model/extension_config.ex @@ -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 diff --git a/clients/android_management/mix.exs b/clients/android_management/mix.exs index 97a51c67be..759a84d03d 100644 --- a/clients/android_management/mix.exs +++ b/clients/android_management/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.AndroidManagement.Mixfile do use Mix.Project - @version "0.48.1" + @version "0.48.2" def project() do [