mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-01 15:25:59 +00:00
Suppress bogus UnspecifiedRegisterReceiverFlag warning
This commit is contained in:
parent
1fe19e912e
commit
e63dc9a93b
@ -1,5 +1,6 @@
|
||||
package com.limelight.binding.input.driver;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.app.PendingIntent;
|
||||
import android.app.Service;
|
||||
import android.content.BroadcastReceiver;
|
||||
@ -286,6 +287,7 @@ public class UsbDriverService extends Service implements UsbDriverListener {
|
||||
((!kernelSupportsXbox360W() || claimAllAvailable) && Xbox360WirelessDongle.canClaimDevice(device));
|
||||
}
|
||||
|
||||
@SuppressLint("UnspecifiedRegisterReceiverFlag")
|
||||
private void start() {
|
||||
if (started || usbManager == null) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user