Android-SerialPort-Tool
Android-SerialPort-Tool copied to clipboard
Library does not work on api 28 and above.
If you upgrade your support library versions from 27.0.2 to 28.0..0. this library does not work. It gives error "java.io.FileNotFoundException: /proc/tty/drivers (Permission denied)" I have given read permission and still this error. Can you look into this issue and update it. thanks and regards.
ext { compileSdkVersion = 28 minSdkVersion = 18 targetSdkVersion = 28 supportVersion = "28.0.0"
}
any update on the issue. I have downgraded to 27.0.2 as per your sample and it was working fine. Now all of sudde it stopped working again returning the same permission denied error.