- 
    
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 
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
- relates to
 - 
                    
QTBUG-70407 QProcess::execute() stopped working on Android after Qt 5.9
-         
 - Closed
 
 -