Duman

Results 2 comments of Duman

tv_device_selected, Maybe you need use permission on run time. ` private fun hasConnectBluetooth() = ActivityCompat.checkSelfPermission(this, Manifest.permission.BLUETOOTH_CONNECT) == PackageManager.PERMISSION_GRANTED private fun hasScanBluetooth() = ActivityCompat.checkSelfPermission(this, Manifest.permission.BLUETOOTH_SCAN) == PackageManager.PERMISSION_GRANTED private fun requestPermissions() {...

> Hello, using CHARCODE_PC866 but printed not cirillic words. =( Hello. How did you solve this problem?