TelephonyManager#setAllowedCarriers: comment update
Will return -1 on null input Bug: 35374455 Test: make Change-Id: I6c4943298383e765ad7da17d3ff167b384360ba6
This commit is contained in:
@@ -6058,7 +6058,7 @@ public class TelephonyManager {
|
||||
* android.content.pm.PackageManager#FEATURE_TELEPHONY_CARRIERLOCK} enabled.
|
||||
*
|
||||
* @return The number of carriers set successfully. Should be length of
|
||||
* carrierList on success; -1 on error.
|
||||
* carrierList on success; -1 if carrierList null or on error.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
|
||||
Reference in New Issue
Block a user