[Settings] Change network reset into reset mobile network

Replace reset network into Reset mobile network settings

Bug: 260034791
Test: local and auto
Change-Id: I9547f266c1586073fd2b96f35cc9df8861b0a105
This commit is contained in:
Bonian Chen
2022-12-14 16:48:48 +00:00
parent fd39b53f51
commit 8d43fd9a35
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";
}
}