Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
1. Describe the bug or issue that you're seeing.
I have an activity (let's call it Activity A) that uses androidx.appcompat.widget.SearchView. I call this activity in AcitivtyForResult mode using ActivityResultLauncher. Part of the call involves passing parameters using intent.putExtras(bundle).
Everything works fine until Android 13. In Android 14, the following bug is present:
If, while working with activity A, I select a value from the search history provided by androidx.appcompat.widget.SearchView, the system automatically launches activity A again, this time without the activity for result flag, and provides me with a list of items filtered by the selected value.
And here's the fundamental difficulty. I have no way to get back from activity A to the activity that originally called activity A. At this point, returning using setResult no longer works.
Please help.
For more information on how to get your bug routed quickly, see
Build: AI-233.14808.21.2331.11842104, 202405150249
AI-233.14808.21.2331.11842104, JRE 17.0.10+0--11572160x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 2400.0x1350.0, 1920.0x1080.0
AS: Jellyfish | 2023.3.1 Patch 1
Kotlin plugin: 233.14808.21.2331.11842104-AS
Android Gradle Plugin: 8.0.2
Gradle: 8.0
Gradle JDK: JetBrains Runtime version 17.0.10
NDK: from local.properties: (not specified), latest from SDK: 26.0.10792818
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
Source: send_feedback_icon```