Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.10.0
-
None
-
test on Android 4.4.4 and 7.0
MIN SDK : API 16
target SDK : API 16
Compiled on ubuntu 17.10 x64
Description
void wifiReloader::setOff() { #ifdef Q_OS_ANDROID QtConcurrent::run([&](){ QProcess::execute("svc wifi disable"); }); #endif // ...; }
This function doesn't work on 5.10.0, but work on 5.9.3
Attachments
Issue Links
- relates to
-
QTBUG-70407 QProcess::execute() stopped working on Android after Qt 5.9
- Closed