Merge "[Settings] Change network reset into reset mobile network"

This commit is contained in:
Bonian Chen
2022-12-16 00:41:16 +00:00
committed by Android (Google) Code Review
5 changed files with 18 additions and 19 deletions

View File

@@ -40,6 +40,6 @@ public class NetworkResetPreferenceController extends AbstractPreferenceControll
@Override
public String getPreferenceKey() {
return "network_reset_pref";
return "network_reset_mobile_network_settings_pref";
}
}