Skip to content

Commit ff3622e

Browse files
1 parent 71264bf commit ff3622e

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/AndroidManagement/NetworkInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getNetworkOperatorName()
100100
}
101101
/**
102102
* Provides telephony information associated with each SIM card on the device.
103-
* Only supported on fully managed devices starting from Android API level 23.
103+
* Only supported on fully managed devices starting from Android 6.
104104
*
105105
* @param TelephonyInfo[] $telephonyInfos
106106
*/

src/AndroidManagement/TelephonyInfo.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class TelephonyInfo extends \Google\Model
4545
public const CONFIG_MODE_USER_CONFIGURED = 'USER_CONFIGURED';
4646
/**
4747
* Output only. Activation state of the SIM card on the device. This is
48-
* applicable for eSIMs only. This is supported on all devices for API level
49-
* 35 and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
50-
* and for devices below API level 35.
48+
* applicable for eSIMs only. This is supported on all devices for Android 15
49+
* and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
50+
* and for devices below Android 15.
5151
*
5252
* @var string
5353
*/
@@ -60,9 +60,9 @@ class TelephonyInfo extends \Google\Model
6060
public $carrierName;
6161
/**
6262
* Output only. The configuration mode of the SIM card on the device. This is
63-
* applicable for eSIMs only. This is supported on all devices for API level
64-
* 35 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and
65-
* for devices below API level 35.
63+
* applicable for eSIMs only. This is supported on all devices for Android 15
64+
* and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
65+
* devices below Android 15.
6666
*
6767
* @var string
6868
*/
@@ -82,9 +82,9 @@ class TelephonyInfo extends \Google\Model
8282

8383
/**
8484
* Output only. Activation state of the SIM card on the device. This is
85-
* applicable for eSIMs only. This is supported on all devices for API level
86-
* 35 and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
87-
* and for devices below API level 35.
85+
* applicable for eSIMs only. This is supported on all devices for Android 15
86+
* and above. This is always ACTIVATION_STATE_UNSPECIFIED for physical SIMs
87+
* and for devices below Android 15.
8888
*
8989
* Accepted values: ACTIVATION_STATE_UNSPECIFIED, ACTIVATED, NOT_ACTIVATED
9090
*
@@ -119,9 +119,9 @@ public function getCarrierName()
119119
}
120120
/**
121121
* Output only. The configuration mode of the SIM card on the device. This is
122-
* applicable for eSIMs only. This is supported on all devices for API level
123-
* 35 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and
124-
* for devices below API level 35.
122+
* applicable for eSIMs only. This is supported on all devices for Android 15
123+
* and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for
124+
* devices below Android 15.
125125
*
126126
* Accepted values: CONFIG_MODE_UNSPECIFIED, ADMIN_CONFIGURED, USER_CONFIGURED
127127
*

0 commit comments

Comments
 (0)