Don't clear force camp satellite on destroy
Since now we use modem value to determine whether the mock is in place, I think it's safe to not disable the toggle upon onDestroy is called. onDestroyed is called on multiciple cases, not only killing from background but also swipe back.
Fix: 366587072
Flag: TEST_ONLY
Test: manual
Change-Id: I40aef70124150aa40225f1f56030fad430e34dcd
diff --git a/src/com/android/phone/settings/RadioInfo.java b/src/com/android/phone/settings/RadioInfo.java
index f00ef51..dd749a6 100644
--- a/src/com/android/phone/settings/RadioInfo.java
+++ b/src/com/android/phone/settings/RadioInfo.java
@@ -1023,10 +1023,6 @@
if (mSimulateOos[mPhoneId]) {
mSimulateOosOnChangeListener.onCheckedChanged(mSimulateOutOfServiceSwitch, false);
}
- if (mOriginalSystemChannels[mPhoneId] != null) {
- mForceSatelliteChannelOnChangeListener
- .onCheckedChanged(mEnforceSatelliteChannel, false);
- }
if (mCarrierSatelliteOriginalBundle[mPhoneId] != null) {
mMockSatelliteListener.onCheckedChanged(mMockSatellite, false);
}