Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red Moon prevents Google 2FA login confirmation being clicked #293

Open
austinhuang0131 opened this issue May 17, 2021 · 3 comments
Open
Labels

Comments

@austinhuang0131
Copy link

Steps To Reproduce

  1. I have Google Play Services. I also have a Google account that requires login confirmation in the form of a phone notification.
  2. Log into Google on some other device.
  3. Notification comes up telling me to select Yes or No.
  4. Click "Yes" or "No".

Expected behavior: Click gets recognized

Actual behavior: Click does not get recognized (pausing Red Moon does mitigate it)

Additional description/details (optional)

Device info:

  • Red Moon version (under Red Moon settings): v3.5.0
  • Android version (under Settings > About device): 9.0
  • Device: Sony Xperia XA2 H3123
@smichel17
Copy link
Member

This is expected -- read the explanation under "Pause in excluded apps". Google 2FA login is one such app.

#114 is about making this explanation more obvious (amongst other things), but also see #281.

If you can gather some information about the Google 2FA login app, then I can add it to the list of apps where Red Moon excluded from filtering by default. If you are able to get a log, Red Moon logs the info I would need if you enable the "Pause in excluded apps" feature. Look for a line starting with "Current app is:". If you don't know how to get a log, I can find instructions to link you to (or maybe you can; I'm pretty sure I have explained in other issues on this repo. Search term: logcat).

@austinhuang0131
Copy link
Author

austinhuang0131 commented May 17, 2021

I tried adb logcat but it does not return such line.

I think it's com.google.android.gms, but also for the affected view, the back button (on the top-left in the MenuBar edit: ActionBar) does work, just not the two buttons in the view (it seems to be WebView?) below

@austinhuang0131
Copy link
Author

austinhuang0131 commented May 17, 2021

05-17 09:23:03.550 18936 18996 I Whitelist: On WL? null -- app: App(packageName=com.google.android.gms, className=com.google.android.gms.octarine.ui.OctarineWebviewActivity)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants