Merge "Use correct metrics value in MobileNetworkListFragment"
This commit is contained in:
committed by
Android (Google) Code Review
commit
27c0acbfc9
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
package com.android.settings.network;
|
package com.android.settings.network;
|
||||||
|
|
||||||
|
import android.app.settings.SettingsEnums;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.provider.SearchIndexableResource;
|
import android.provider.SearchIndexableResource;
|
||||||
|
|
||||||
@@ -44,9 +45,7 @@ public class MobileNetworkListFragment extends DashboardFragment {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMetricsCategory() {
|
public int getMetricsCategory() {
|
||||||
// TODO(asargent) - return SettingsEnums.MOBILE_NETWORK_LIST once the CL defining it has
|
return SettingsEnums.MOBILE_NETWORK_LIST;
|
||||||
// landed.
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user