Added WifiSettings -> WifiSettings2 redirection behind feature flag

Use WifiSettings2 if settings_wifitracker2 feature flag is enabled.
WifiSettings2 will be used for changes to WifiSettings to incorporate
the WifiTracker2 refactor.

Bug: 70983952
Test: make, set feature flag, open Wifi settings to verify new page
opens.

Change-Id: I08edc227bf38ab4b3b785180bf123815bf95da81
This commit is contained in:
Quang Luong
2019-06-24 14:47:55 -07:00
parent b1625b3158
commit b470e725c9
6 changed files with 66 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
java_library {
name: "settings-logtags",
srcs: ["src/**/*.logtags"],
static_libs: ["WifiTrackerLib"],
}
// Build the Settings APK