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 de756d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/app/attestation/auditor/BootReceiver.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package app.attestation.auditor;

import android.annotation.SuppressLint;
import android.content.BroadcastReceiver;
import android.content.Context;
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 de756d0

Please sign in to comment.