fix: ignore XML value in DeviceConfig for RO flags
Make DeviceConfig.getProperty/getProperties return no XML values for read-only aconfig flags. Only in-memory defaults are now returned. In general, for read-only flags, this is not needed, since aconfig codegen compiles away DeviceConfig reads. This addresses a problem with exported flags, that read from DC even if read-only. Flag: com.android.providers.settings.ignore_xml_for_read_only_flags Change-Id: I366c989f1aa8caabd00d0b502785b68142cba927 Bug: 345007098 Test: confirmed a read-only flag is not flipped in DeviceConfig
Loading
Please register or sign in to comment