fix google login missing droidguard#3257
Conversation
2.fix google login missing droidguard
|
I don't know this code too much but does it check if droidguard is enabled in microG settings before using it? |
Currently, based on my testing, this error occurs when installing Microg for the first time and then logging into a Google account. |
Perhaps I did not express myself clearly. |
ok |
|
@DaVinci9196: shouldn't this line be changed in the same way as those from 3a68bc3? |
|
Btw. instead of changing --- a/play-services-base/core/src/main/java/org/microg/gms/auth/AuthRequest.java
+++ b/play-services-base/core/src/main/java/org/microg/gms/auth/AuthRequest.java
@@ -68,7 +68,7 @@ public class AuthRequest extends HttpFormClient.Request {
public boolean getAccountId;
@RequestContent("ACCESS_TOKEN")
public boolean isAccessToken;
- @RequestContent("droidguard_results")
+ @RequestContent("droidguard_results", nullPresent = true)
public String droidguardResults;
@RequestContent("has_permission")
public boolean hasPermission;
|
1.Avoiding ANR that may occur during login (#3192)
2.fix google login missing droidguard
Problem stack: