Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ public class SIMRecords extends IccRecords { mCi.unSetOnSmsOnSim(this); mParentApp.unregisterForReady(this); mParentApp.unregisterForLocked(this); mContext.unregisterReceiver(mReceiver); resetRecords(); super.dispose(); } Loading Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ public class SIMRecords extends IccRecords { mCi.unSetOnSmsOnSim(this); mParentApp.unregisterForReady(this); mParentApp.unregisterForLocked(this); mContext.unregisterReceiver(mReceiver); resetRecords(); super.dispose(); } Loading