Files
frameworks_base/core/sysprop/api/com.android.sysprop.localization-current.txt
Alexander Mishkovets 77f6bc8951 Integrate system language filtering functionality
Filter system languages based on the configuration provided via
the corresponding system property.

Bug: 154133013
Test: manual; atest LocalizationTest
Change-Id: I7e4694f4b381ab81d0e8ceab97bad68bb266aaee
2020-07-29 10:16:24 +02:00

10 lines
188 B
Plaintext

props {
module: "android.sysprop.LocalizationProperties"
prop {
api_name: "locale_filter"
type: String
scope: Internal
prop_name: "ro.localization.locale_filter"
}
}