ConfigWifiDisableInEcbm: add null check and change default value

1. CarrierConfigManager#getConfig() is @Nullable, so perform a
    null check to avoid NPE.
2. Change the default value from true to false to be consistent
    with the declaration of KEY_CONFIG_WIFI_DISABLE_IN_ECBM in
    CarrierConfigManager.

The initial commits (under the same topic no less) were
contradictory regarding the default values.
I5af370c143630bdd4b075f4730fd1de1bbe1fe7d states in the commit
message and code that the default should be false, but
If1724f825f1c8b47ec2f29ecd8abda45ef9bc393 has the default
value set to true.

Bug: 156962944
Test: compiles
Change-Id: I87c4d9380d6ab1f8b74c58ec8a91de4003eec426
1 file changed
tree: 44fd50b8647a2c8cf043b6d5b150f60ed82ddec4
  1. apex/
  2. service/
  3. metrics_pdd_hook.py
  4. PREUPLOAD.cfg