File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
generated/google-apis-androidmanagement_v1
lib/google/apis/androidmanagement_v1 Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-androidmanagement_v1
2
2
3
+ ### v0.96.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250702
6
+
3
7
### v0.95.0 (2025-06-29)
4
8
5
9
* Regenerated from discovery document revision 20250626
Original file line number Diff line number Diff line change @@ -2858,7 +2858,13 @@ class ExtensionConfig
2858
2858
include Google ::Apis ::Core ::Hashable
2859
2859
2860
2860
# Fully qualified class name of the receiver service class for Android Device
2861
- # Policy to notify the extension app of any local command status updates.
2861
+ # Policy to notify the extension app of any local command status updates. The
2862
+ # service must be exported in the extension app's AndroidManifest.xml and extend
2863
+ # NotificationReceiverService (https://developers.google.com/android/management/
2864
+ # reference/amapi/com/google/android/managementapi/notification/
2865
+ # NotificationReceiverService) (see Integrate with the AMAPI SDK (https://
2866
+ # developers.google.com/android/management/sdk-integration) guide for more
2867
+ # details).
2862
2868
# Corresponds to the JSON property `notificationReceiver`
2863
2869
# @return [String]
2864
2870
attr_accessor :notification_receiver
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module AndroidmanagementV1
18
18
# Version of the google-apis-androidmanagement_v1 gem
19
- GEM_VERSION = "0.95 .0"
19
+ GEM_VERSION = "0.96 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250626 "
25
+ REVISION = "20250702 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments