Add more preference controllers to network page.
- To support Mobile plan preference controller, extended LifecycleObserver pattern to also observe onCreate and onSaveInstance. Bug: 31799836 Test: RunSettingsRoboTests Change-Id: Ie98db7efa91f0a8b4c8a06a784d3351237e59fe0
This commit is contained in:
@@ -443,7 +443,7 @@ public class WifiCallingSettings extends SettingsPreferenceFragment
|
||||
return true;
|
||||
}
|
||||
|
||||
static int getWfcModeSummary(Context context, int wfcMode) {
|
||||
public static int getWfcModeSummary(Context context, int wfcMode) {
|
||||
int resId = com.android.internal.R.string.wifi_calling_off_summary;
|
||||
if (ImsManager.isWfcEnabledByUser(context)) {
|
||||
switch (wfcMode) {
|
||||
|
Reference in New Issue
Block a user