Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad0706fe authored by Chinmay Dhodapkar's avatar Chinmay Dhodapkar Committed by Automerger Merge Worker
Browse files

Merge "export broadcast receiver in BlockedNumberActivity" into udc-dev am: 9260abca

parents 5576ea91 9260abca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ import android.telephony.TelephonyManager;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.MenuItem;
import android.view.View;
@@ -156,7 +155,8 @@ public class BlockedNumbersActivity extends ListActivity
            }
        };
        registerReceiver(mBlockingStatusReceiver, new IntentFilter(
                BlockedNumberContract.SystemContract.ACTION_BLOCK_SUPPRESSION_STATE_CHANGED));
                BlockedNumberContract.SystemContract.ACTION_BLOCK_SUPPRESSION_STATE_CHANGED),
                Context.RECEIVER_EXPORTED);

        getLoaderManager().initLoader(0, null, this);
    }