diff options
author | Malcolm Chen <refuhoo@google.com> | 2020-05-06 14:40:10 -0700 |
---|---|---|
committer | Malcolm Chen <refuhoo@google.com> | 2020-05-06 17:50:28 -0700 |
commit | b3c815b0e02980835da3d942ad7def3be3ee926e (patch) | |
tree | 08f03689b106e2a24b333964c13a715cb3e08e4c /telephony/java/com | |
parent | ca8b43752c47091a0b5d04730d9c3677d10f2bdc (diff) |
Rename max.active.modems to active_modems.max_count
Bug: 154072245
Test: build
Change-Id: Ie1ce63782994db8092128f81d10040e1a2d684ea
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/TelephonyProperties.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index ff70f8ba3936..29286e8f429e 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -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"; } |