Merge "Rename max.active.modems to active_modems.max_count" into rvc-dev

This commit is contained in:
Xiangyu/Malcolm Chen
2020-05-12 18:12:53 +00:00
committed by Android (Google) Code Review

View File

@@ -240,5 +240,5 @@ public interface TelephonyProperties
* two.
* Type: int
*/
static final String PROPERTY_MAX_ACTIVE_MODEMS = "ro.telephony.max.active.modems";
static final String PROPERTY_MAX_ACTIVE_MODEMS = "telephony.active_modems.max_count";
}