microg / GmsCore

Free implementation of Play Services

Home Page:https://microg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have identified two issues.

uniking opened this issue · comments

I have identified two issues.
1, The function org.microg.gms.auth.signin.AuthSignInActivity.finishResult should pass -1 as the first argument to setResult in case of success, but it is passing 0.
setResult(statusCode, data) change to setResult(RESULT_OK, data)

2, Are the lines 68 and 69 in the org.microg.gms.auth.signin.AuthSignInActivity.onCreate function intentionally filtering behavior? They seem to cause a failure in signing in with scopes.