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 3b4e3cf commit 5d05545Copy full SHA for 5d05545
app/src/main/java/org/cgutman/usbip/service/UsbIpService.java
@@ -119,7 +119,7 @@ private void updateNotification() {
119
startForeground(NOTIFICATION_ID, builder.build());
120
}
121
122
- @SuppressLint("UseSparseArrays")
+ @SuppressLint({"UseSparseArrays", "UnspecifiedRegisterReceiverFlag"})
123
@Override
124
public void onCreate() {
125
super.onCreate();
0 commit comments