shrlnm

Results 61 comments of shrlnm

Hi The problem is in absence of activity The file https://github.com/qpython-android/qpysl4a/blob/fc9d47452c2cdd99b1314c2d5f913dfea33698ad/src/main/java/org/qpython/qsl4a/qsl4a/facade/BluetoothFacade.java have a reference to activity ``` if (address == null) { Intent deviceChooserIntent = new Intent(); deviceChooserIntent.setComponent(Constants.BLUETOOTH_DEVICE_LIST_COMPONENT_NAME); Intent result...