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 60b7145
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package app.attestation.auditor;

import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.KeyguardManager;
import android.app.admin.DevicePolicyManager;
Expand Down
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 60b7145

Please sign in to comment.