Merge "Fix name of COO." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a876deec66
@@ -69,6 +69,6 @@ class RegulatoryInfoDisplayActivity : Activity() {
|
|||||||
private fun getRegulatoryText(): CharSequence? {
|
private fun getRegulatoryText(): CharSequence? {
|
||||||
val regulatoryInfoText = resources.getText(R.string.regulatory_info_text)
|
val regulatoryInfoText = resources.getText(R.string.regulatory_info_text)
|
||||||
if (regulatoryInfoText.isNotBlank()) return regulatoryInfoText
|
if (regulatoryInfoText.isNotBlank()) return regulatoryInfoText
|
||||||
return featureFactory.hardwareInfoFeatureProvider?.countryIfOriginLabel
|
return featureFactory.hardwareInfoFeatureProvider?.countryOfOriginLabel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -27,5 +27,5 @@ interface HardwareInfoFeatureProvider {
|
|||||||
/**
|
/**
|
||||||
* The country of origin label.
|
* The country of origin label.
|
||||||
*/
|
*/
|
||||||
val countryIfOriginLabel: String
|
val countryOfOriginLabel: String
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user