We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeb874 commit de756d0Copy full SHA for de756d0
1 file changed
app/src/main/java/app/attestation/auditor/BootReceiver.java
@@ -1,12 +1,10 @@
1
package app.attestation.auditor;
2
3
-import android.annotation.SuppressLint;
4
import android.content.BroadcastReceiver;
5
import android.content.Context;
6
import android.content.Intent;
7
8
public class BootReceiver extends BroadcastReceiver {
9
- @SuppressLint("UnsafeProtectedBroadcastReceiver") // not exported
10
@Override
11
public void onReceive(final Context context, final Intent intent) {
12
RemoteVerifyJob.restore(context);
0 commit comments