* commit 'a908d8191acf3e4786933d67a1a4211543323a7d': Rename reg/unreg OnSubscriptionsChangedListener.
This commit is contained in:
@@ -59,7 +59,7 @@ public class SimBootReceiver extends BroadcastReceiver {
|
|||||||
mSharedPreferences = mContext.getSharedPreferences(SHARED_PREFERENCES_NAME,
|
mSharedPreferences = mContext.getSharedPreferences(SHARED_PREFERENCES_NAME,
|
||||||
Context.MODE_PRIVATE);
|
Context.MODE_PRIVATE);
|
||||||
|
|
||||||
mSubscriptionManager.registerOnSubscriptionsChangedListener(mSubscriptionListener);
|
mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void detectChangeAndNotify() {
|
private void detectChangeAndNotify() {
|
||||||
|
Reference in New Issue
Block a user