Softap: Let ap band changed notification to config changed.
The softap supports more features which related hardware.
The config store from cloud will meet the convert will not only for band
but also for others config. Revise the code to make it more general.
PS: UI wording change will in another CL# which need to discuss with
UX designer.
Bug: 142752869
Test: Manual test, restore from cloud to see if notification show or
not. And check the log.
Change-Id: I279e62841d4b14d3ba5b6792bc289c0adb8a223d
diff --git a/packages/SettingsProvider/Android.bp b/packages/SettingsProvider/Android.bp
index 96a98dc..d67bd8d 100644
--- a/packages/SettingsProvider/Android.bp
+++ b/packages/SettingsProvider/Android.bp
@@ -30,7 +30,7 @@
"src/com/android/providers/settings/SettingsBackupAgent.java",
"src/com/android/providers/settings/SettingsState.java",
"src/com/android/providers/settings/SettingsHelper.java",
- "src/com/android/providers/settings/WifiSoftApBandChangedNotifier.java",
+ "src/com/android/providers/settings/WifiSoftApConfigChangedNotifier.java",
],
static_libs: [
"androidx.test.rules",