Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3c815b0 authored by Malcolm Chen's avatar Malcolm Chen
Browse files

Rename max.active.modems to active_modems.max_count

Bug: 154072245
Test: build
Change-Id: Ie1ce63782994db8092128f81d10040e1a2d684ea
parent ca8b4375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
}