TelephonyManager#setAllowedCarriers: comment update

Will return -1 on null input

Bug: 35374455
Test: make
Change-Id: I6c4943298383e765ad7da17d3ff167b384360ba6
This commit is contained in:
Meng Wang
2017-02-17 12:56:43 -08:00
parent 1ea19d3463
commit ac495240b1

View File

@@ -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