Fix Gson serialization escaping HTML characters issue and lint problems.
Gson default enable HTML escaping when serialize object into
Json string. It would make the account key looks like:
BHdGSdGR6khQV5kaiNBWgQ\u003d\u003d (base64.encode())
After turning off the HTML escaping, it looks like:
BJxRDeh6k6mkRvOvxyLgCQ== (base64.encode())
This change also resolve Kotlin list problems.
Test: go/ml-fp-dp-tool with NearbyFastPairProviderSimulatorApp
Bug: 214015364
Ignore-AOSP-First: nearby_not_in_aosp_yet
Change-Id: Iadcd0258d03a55acc2a5518191dd559788aa4841
1 file changed