Skip to content

Commit

Permalink
remove unnecessary lint suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 8, 2023
1 parent 0aeb874 commit 46ed6f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import android.content.Intent;

public class BootReceiver extends BroadcastReceiver {
@SuppressLint("UnsafeProtectedBroadcastReceiver") // not exported
@Override
public void onReceive(final Context context, final Intent intent) {
RemoteVerifyJob.restore(context);
Expand Down

0 comments on commit 46ed6f1

Please sign in to comment.