Skip to content

Commit 46d058f

Browse files
iskim517Michael Bestas
authored and
Michael Bestas
committed
Add ro.cdma.home.operator. properties
vendor_init writes ro.cdma.home.operator. properties, and framework codes reads the properties. This adds them to telephony_config_prop to explicitly allow it. Bug: 157958356 Bug: 173683489 Test: boot Change-Id: I3bd515bd7adcc01ec268e4d2b5a6a2f1fbca7deb (cherry picked from commit 18cbb77)
1 parent 73da57f commit 46d058f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

prebuilts/api/30.0/public/property_contexts

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ ro.boot.wificountrycode u:object_r:exported3_default_prop:s0 exact string
113113
ro.bt.bdaddr_path u:object_r:exported_bluetooth_prop:s0 exact string
114114
ro.camera.notify_nfc u:object_r:exported3_default_prop:s0 exact int
115115
ro.camera.enableLazyHal u:object_r:exported3_default_prop:s0 exact bool
116+
ro.cdma.home.operator.alpha u:object_r:exported3_default_prop:s0 exact string
117+
ro.cdma.home.operator.numeric u:object_r:exported3_default_prop:s0 exact string
116118
ro.com.android.dataroaming u:object_r:exported3_default_prop:s0 exact bool
117119
ro.com.android.prov_mobiledata u:object_r:exported3_default_prop:s0 exact bool
118120
ro.config.alarm_alert u:object_r:exported2_config_prop:s0 exact string

public/property_contexts

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ ro.boot.wificountrycode u:object_r:exported3_default_prop:s0 exact string
113113
ro.bt.bdaddr_path u:object_r:exported_bluetooth_prop:s0 exact string
114114
ro.camera.notify_nfc u:object_r:exported3_default_prop:s0 exact int
115115
ro.camera.enableLazyHal u:object_r:exported3_default_prop:s0 exact bool
116+
ro.cdma.home.operator.alpha u:object_r:exported3_default_prop:s0 exact string
117+
ro.cdma.home.operator.numeric u:object_r:exported3_default_prop:s0 exact string
116118
ro.com.android.dataroaming u:object_r:exported3_default_prop:s0 exact bool
117119
ro.com.android.prov_mobiledata u:object_r:exported3_default_prop:s0 exact bool
118120
ro.config.alarm_alert u:object_r:exported2_config_prop:s0 exact string

0 commit comments

Comments
 (0)