Switching to PersistableBundle in carrier config API.

Part of this API involves persisting config bundles to avoid binding to
apps at critical moments (like boot). Regular bundles should not be
written to disk because they support object types that can lose their
meaning while the data is at rest.

In order to use PersistableBundle, we must either start with one or
filter unwanted types out of Bundle objects. Since the carrier config
API has no use for unsupported types, we chose to use PersistableBundle
everywhere.

Bug: 20268926
Change-Id: Ife947f5ec8cb640c0fa3fdf53c7976f055605777
1 file changed
tree: c6d5b710e969fea2ba10471765a14e79ca4e0871
  1. src/
  2. Android.mk
  3. AndroidManifest.xml
  4. proguard.flags