Merge "docs: Moving TODO out of exposed doc comment" into udc-dev

This commit is contained in:
Andrew Solovay
2023-03-02 21:36:25 +00:00
committed by Android (Google) Code Review

View File

@@ -537,10 +537,9 @@ public class CarrierConfigManager {
/**
* CDMA activation goes through OTASP.
* <p>
* TODO: This should be combined with config_use_hfa_for_provisioning and implemented as an enum
* (NONE, HFA, OTASP).
*/
// TODO: This should be combined with config_use_hfa_for_provisioning and implemented as an enum
// (NONE, HFA, OTASP).
public static final String KEY_USE_OTASP_FOR_PROVISIONING_BOOL =
"use_otasp_for_provisioning_bool";