Adaptive Connectivity - fix to use getSecureIntegerSetting

Adaptive Connectivity toggle is stored in Settings.Secure. Thus,
using FrameworkFacade.getIntegerSetting() can't get its value, because
it uses Settings.Global.getInt().

Instead, use FrameworkFacade.getSecureIntegerSetting(), which uses
Settings.Secure.getInt().

Bug: 169365662
Test: toggle and observe the value changes between true and false in logs
Test: atest FrameworksWifiTests
Change-Id: Ib4eaa5ff20a711ae765a75b71dfac99f84ffff9a
2 files changed
tree: 13a261ce7a96992e40450104f7f85e8d1a41d629
  1. apex/
  2. service/
  3. metrics_pdd_hook.py
  4. PREUPLOAD.cfg