summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Chen <refuhoo@google.com>2020-05-12 20:35:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-12 20:35:22 +0000
commit931888d7db6d111d80a8eb4012f05146a7caf98f (patch)
tree4b267b3f401e304573f7e264b2fe0e7efee09b98
parent364add2945863b011f2543d59613f660607cfb13 (diff)
parentac709d1bc910db2b8cfb5a42529f3b4e34cd0fee (diff)
downloadlibsysprop-931888d7db6d111d80a8eb4012f05146a7caf98f.tar.gz
Add max.active.modems system property into TelephonyProperties.sysprop am: ac709d1bc9android-11.0.0_r16android11-d1-b-release
Change-Id: I739e29735f2594e3677f0fc58f5ae648e5bbc24a
-rw-r--r--srcs/android/sysprop/TelephonyProperties.sysprop4
-rw-r--r--srcs/api/PlatformProperties-current.txt3
2 files changed, 3 insertions, 4 deletions
diff --git a/srcs/android/sysprop/TelephonyProperties.sysprop b/srcs/android/sysprop/TelephonyProperties.sysprop
index 9282c0a..15999e7 100644
--- a/srcs/android/sysprop/TelephonyProperties.sysprop
+++ b/srcs/android/sysprop/TelephonyProperties.sysprop
@@ -449,9 +449,9 @@ prop {
prop {
api_name: "max_active_modems"
type: Integer
- scope: Internal
+ scope: Public
access: Readonly
- prop_name: "ro.telephony.max.active.modems"
+ prop_name: "telephony.active_modems.max_count"
}
#
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index 802273b..4266ba0 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -312,8 +312,7 @@ props {
prop {
api_name: "max_active_modems"
type: Integer
- scope: Internal
- prop_name: "ro.telephony.max.active.modems"
+ prop_name: "telephony.active_modems.max_count"
}
prop {
api_name: "mobile_data"