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

[BUG] Autofill fill SMS OTP action does not work on Android 13 #2316

Open
msfjarvis opened this issue Dec 31, 2022 · 0 comments
Open

[BUG] Autofill fill SMS OTP action does not work on Android 13 #2316

msfjarvis opened this issue Dec 31, 2022 · 0 comments
Assignees
Labels
A-autofill Area: Autofill C-bug Category: This is a bug C-regression Category: Regressed behavior from a previous release P-high Priority: high, must be resolved before next major release
Milestone

Comments

@msfjarvis
Copy link
Member

Describe the bug

When using the 'Extract code from SMS' autofill action it launches AutofillSmsActivity but without the EXTRA_CLIENT_STATE bundle which hits this branch and finishes the activity without starting the OTP receiver.

Steps to reproduce

Steps to reproduce the behavior:

  1. Open https://msfjarvis.github.io/actions-test in Chrome
  2. Select the OTP field
  3. Tap 'Extract code from SMS' action in the autofill UI
  4. Observe nothing happens visually, since the activity finished itself. A log print can be recovered using adb logcat
AutofillSmsActivity  W  AutofillSmsActivity started without EXTRA_CLIENT_STATE

Expected behavior

AutofillSmsActivity correctly launches and awaits the relevant SMS

Screenshots

No response

Device information

  • Device: Google Pixel 7
  • OS: Android 13 (Build ID T2B1.221118.006)
  • App version: 2.0.0-SNAPSHOT (nonFree build b1cd269)

Additional context

No response

@msfjarvis msfjarvis added C-bug Category: This is a bug S-awaiting-triage Status: New issues that have not been assessed yet P-high Priority: high, must be resolved before next major release A-autofill Area: Autofill C-regression Category: Regressed behavior from a previous release and removed S-awaiting-triage Status: New issues that have not been assessed yet labels Dec 31, 2022
@msfjarvis msfjarvis added this to the v2.0.0 milestone Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-autofill Area: Autofill C-bug Category: This is a bug C-regression Category: Regressed behavior from a previous release P-high Priority: high, must be resolved before next major release
Projects
Status: 🆕 Unexplored
Development

No branches or pull requests

2 participants