mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix search with Autofill service #130
This commit is contained in:
@@ -647,6 +647,7 @@ public class GroupActivity extends ListNodesActivity
|
|||||||
// manually launch the real search activity
|
// manually launch the real search activity
|
||||||
final Intent searchIntent = new Intent(getApplicationContext(), SearchResultsActivity.class);
|
final Intent searchIntent = new Intent(getApplicationContext(), SearchResultsActivity.class);
|
||||||
// add query to the Intent Extras
|
// add query to the Intent Extras
|
||||||
|
searchIntent.setAction(Intent.ACTION_SEARCH);
|
||||||
searchIntent.putExtra(SearchManager.QUERY, query);
|
searchIntent.putExtra(SearchManager.QUERY, query);
|
||||||
if ( Build.VERSION.SDK_INT >= Build.VERSION_CODES.O
|
if ( Build.VERSION.SDK_INT >= Build.VERSION_CODES.O
|
||||||
&& autofillHelper.getAssistStructure() != null ) {
|
&& autofillHelper.getAssistStructure() != null ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user