Native android service implemented

This commit is contained in:
pokamest 2021-09-30 15:56:48 +03:00
parent d553d7f772
commit eb497be730
81 changed files with 6442 additions and 34 deletions

View file

@ -12,10 +12,6 @@ void SystemService::start()
{
QCoreApplication* app = application();
m_localServer = new LocalServer();
// if (!m_localServer->isRunning()) {
// app->quit();
// }
}
void SystemService::stop()