Fix TODO for mobile network settings
1. Add intent filter to MobileNetworkActivity(new page) 2. Add metrics id 3. Remove obsolete TODOs Bug: 114749736 Test: Manual Change-Id: I36f41983dc8cc36ccdf548174fc494044ec1b241
This commit is contained in:
@@ -17,6 +17,7 @@ package com.android.settings.network.telephony;
|
||||
|
||||
import android.app.AlertDialog;
|
||||
import android.app.Dialog;
|
||||
import android.app.settings.SettingsEnums;
|
||||
import android.content.Context;
|
||||
import android.content.DialogInterface;
|
||||
import android.content.DialogInterface.OnClickListener;
|
||||
@@ -78,8 +79,7 @@ public class RoamingDialogFragment extends InstrumentedDialogFragment implements
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
//TODO(b/114749736): add category for roaming dialog
|
||||
return 0;
|
||||
return SettingsEnums.MOBILE_ROAMING_DIALOG;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user