Skip to content
Commit 26f4c5d2 authored by Rambo Wang's avatar Rambo Wang Committed by Cherrypicker Worker
Browse files

Update javadoc of the newly introduced CarrirConfigManager APIs

This CL updates the javadoc of the newly introduced carrier config
subset retrieval APIs to support keys without default values.

For historical reasons, some AOSP public or OEMs/carriers private
carrier config keys didn't provide default values. When retrieving
configs with such key, the current implementation return empty
bundle which may break those user cases.

The right behavior is that keys without default values will be filtered
out, but other valid keys/values will be kept as is in the returned bundle.

Bug: 244087782
Test: atest CarrirConfigManagerTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:afc9665161ad497d1c30d19ea42b3b83ab697b6d)
Merged-In: I0f5593f8b5ba54bcd679be26a9a8db31ac33b461

Change-Id: Idb9a29fb79a5566661c702dff6d82421670e5473
parent e302b2a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment