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

Commit 9260abca authored by Chinmay Dhodapkar's avatar Chinmay Dhodapkar Committed by Android (Google) Code Review
Browse files

Merge "export broadcast receiver in BlockedNumberActivity" into udc-dev

parents 9dcad4ba 215ea1c9
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);
    }