Loading remote-droid-guard/src/main/java/org/microg/gms/droidguard/RemoteDroidGuardConnector.java +4 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,10 @@ public class RemoteDroidGuardConnector { // "Service org.microg.gms.snet.SafetyNetClientService has leaked ServiceConnection // org.microg.gms.droidguard.RemoteDroidGuardConnector$Connection" message // By unbinding here, the process is terminated immediately, and no more leaks are happening try { context.unbindService(c); } catch (Exception ignored) { } return true; } Loading Loading
remote-droid-guard/src/main/java/org/microg/gms/droidguard/RemoteDroidGuardConnector.java +4 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,10 @@ public class RemoteDroidGuardConnector { // "Service org.microg.gms.snet.SafetyNetClientService has leaked ServiceConnection // org.microg.gms.droidguard.RemoteDroidGuardConnector$Connection" message // By unbinding here, the process is terminated immediately, and no more leaks are happening try { context.unbindService(c); } catch (Exception ignored) { } return true; } Loading