Add bug number to a TODO comment.

API review response.

Bug: 219740202
Test: comment only change
Change-Id: Iaeebfba07c6e536c3f03518e7602b1c02695ae5c
This commit is contained in:
Grace Jia
2022-02-15 12:52:21 -08:00
parent bb1bb44c00
commit 4c0f0fedf7

View File

@@ -7647,7 +7647,7 @@ public class TelephonyManager {
* app has carrier privileges (see {@link #hasCarrierPrivileges}).
*
* TODO: remove this one. use {@link #rebootModem()} for reset type 1 and
* {@link #resetRadioConfig()} for reset type 3
* {@link #resetRadioConfig()} for reset type 3 (b/116476729)
*
* @param resetType reset type: 1: reload NV reset, 2: erase NV reset, 3: factory NV reset
* @return true on success; false on any failure.