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

Commit 2dfc9f85 authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Android (Google) Code Review
Browse files

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

parents 7a573082 412a6b5f
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";
}