Skip to content

Commit fab8bbe

Browse files
feat: Automated regeneration of AndroidManagement client (googleapis#12460)
Auto-created at 2024-11-02 13:12:06 +0000 using the toys pull request generator.
1 parent eac3234 commit fab8bbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/android_management/lib/google_api/android_management/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidManagement.V1 do
2020
API client metadata for GoogleApi.AndroidManagement.V1.
2121
"""
2222

23-
@discovery_revision "20240924"
23+
@discovery_revision "20241031"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/android_management/lib/google_api/android_management/v1/model/extension_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.AndroidManagement.V1.Model.ExtensionConfig do
1919
@moduledoc """
20-
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.
20+
Configuration to enable an app as an extension app, with the capability of interacting with Android Device Policy offline. For Android versions 11 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 11 and above.
2121
2222
## Attributes
2323

clients/android_management/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AndroidManagement.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.56.0"
21+
@version "0.56.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)