Move SIM_SUB_INFO_SETTINGS to NetworkDashboardActivity.
Remove the entry point for SimSettings and redirect any intents to the new UI. Filed b/131324863 to track deleting the code. Fixes: 128859223 Bug: 131324863 Test: adb shell am start -a com.android.settings.sim.SIM_SUB_INFO_SETTINGS shows main connectivity screens Change-Id: I4a4ed5c34d231eaab929a923c7fcbbfc1e0ed6f3
This commit is contained in:
@@ -612,11 +612,6 @@ public class SettingsActivity extends SettingsBaseActivity
|
||||
!UserManager.isDeviceInDemoMode(this) /* enabled */,
|
||||
isAdmin) || somethingChanged;
|
||||
|
||||
somethingChanged = setTileEnabled(changedList, new ComponentName(packageName,
|
||||
Settings.SimSettingsActivity.class.getName()),
|
||||
Utils.showSimCardTile(this), isAdmin)
|
||||
|| somethingChanged;
|
||||
|
||||
somethingChanged = setTileEnabled(changedList, new ComponentName(packageName,
|
||||
Settings.PowerUsageSummaryActivity.class.getName()),
|
||||
mBatteryPresent, isAdmin) || somethingChanged;
|
||||
|
Reference in New Issue
Block a user