WifiBackupRestore: Ignore configKey mismatch in backup data
WifiConfiguration.configKey() is not part of the SDK. So, we can't
enforce that all Android devices return the same config key for a given
WifiConfiguration. The configKey validation in the parser for backup
data was just meant to be a failsafe. So, it should be safe to ignore
the check.
Bug: 115441410
Test: Unit tests
Change-Id: Ibe50e9525abc4f7a3e5a440ba2760a166246e91d
(cherry-picked from 804cfbad642d77c08c543bafd2cd3d27b5ab9ae2)
1 file changed