You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/ExtensionConfig.java
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,11 @@ public final class ExtensionConfig extends com.google.api.client.json.GenericJso
38
38
39
39
/**
40
40
* Fully qualified class name of the receiver service class for Android Device Policy to notify
41
-
* the extension app of any local command status updates.
41
+
* the extension app of any local command status updates. The service must be exported in the
42
+
* extension app's AndroidManifest.xml and extend NotificationReceiverService (https://developers.
0 commit comments