Fix name of COO.
Test: visual Bug: 370850767 Flag: EXEMPT bug fix Change-Id: I41931b49e993806cc3de71c67f600faee2af241d
This commit is contained in:
@@ -69,6 +69,6 @@ class RegulatoryInfoDisplayActivity : Activity() {
|
||||
private fun getRegulatoryText(): CharSequence? {
|
||||
val regulatoryInfoText = resources.getText(R.string.regulatory_info_text)
|
||||
if (regulatoryInfoText.isNotBlank()) return regulatoryInfoText
|
||||
return featureFactory.hardwareInfoFeatureProvider?.countryIfOriginLabel
|
||||
return featureFactory.hardwareInfoFeatureProvider?.countryOfOriginLabel
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,5 +27,5 @@ interface HardwareInfoFeatureProvider {
|
||||
/**
|
||||
* The country of origin label.
|
||||
*/
|
||||
val countryIfOriginLabel: String
|
||||
val countryOfOriginLabel: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user