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/AndroidManagement.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class AndroidManagement extends com.google.api.client.googleapis.services
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/ApplicationSigningKeyCert.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ public final class ApplicationSigningKeyCert extends com.google.api.client.json.
32
32
33
33
/**
34
34
* Required. The SHA-256 hash value of the signing key certificate of the app. This must be a
35
-
* valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy is rejected.
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/NetworkInfo.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public final class NetworkInfo extends com.google.api.client.json.GenericJson {
53
53
54
54
/**
55
55
* Provides telephony information associated with each SIM card on the device. Only supported on
56
-
* fully managed devices starting from Android API level 23.
56
+
* fully managed devices starting from Android 6.
57
57
* The value may be {@code null}.
58
58
*/
59
59
@com.google.api.client.util.Key
@@ -119,7 +119,7 @@ public NetworkInfo setNetworkOperatorName(java.lang.String networkOperatorName)
119
119
120
120
/**
121
121
* Provides telephony information associated with each SIM card on the device. Only supported on
122
-
* fully managed devices starting from Android API level 23.
Copy file name to clipboardExpand all lines: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/TelephonyInfo.java
0 commit comments