TrueMLGPro / Wi-Fi_Info

Powerful network toolset packed into an Android app. Gathers and displays the information about the Wi-Fi network environment! 📱✨

Home Page:https://truemlgpro.github.io/Wi-Fi_Info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android 11] Service crash on MainActivity

TrueMLGPro opened this issue · comments

2021-02-16 21:08:19.655 5468-5468/com.truemlgpro.wifiinfo E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.truemlgpro.wifiinfo, PID: 5468
    android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{71bf655 u0 com.truemlgpro.wifiinfo/.ConnectionStateService}
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2005)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:223)
        at android.app.ActivityThread.main(ActivityThread.java:7656)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

Fixed. Update with this fix comes out soon!