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 2114255 commit 4840581Copy full SHA for 4840581
android/hello_sdl_android/src/main/java/com/sdl/hellosdlandroid/SdlReceiver.java
@@ -77,7 +77,6 @@ public String getSdlServiceName() {
77
}
78
79
private final BroadcastReceiver usbPermissionReceiver = new BroadcastReceiver() {
80
-
81
public void onReceive(Context context, Intent intent) {
82
String action = intent.getAction();
83
if (ACTION_USB_PERMISSION.equals(action) && context != null && startSdlServiceIntent != null && pendingIntentToStartService != null) {
0 commit comments