Fix find device (wrong EXTRA_ constant used)
This commit is contained in:
parent
77cad5c47f
commit
6f7de96461
|
@ -175,7 +175,7 @@ public class GBDeviceService implements DeviceService {
|
|||
@Override
|
||||
public void onFindDevice(boolean start) {
|
||||
Intent intent = createIntent().setAction(ACTION_FIND_DEVICE)
|
||||
.putExtra(EXTRA_APP_UUID, start);
|
||||
.putExtra(EXTRA_FIND_START, start);
|
||||
invokeService(intent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue