Skip to content

Add search functionality for filtering apps by name in NotificationFilterActivity.

Pluto Hu requested to merge plutohu/kdeconnect-android:master into master

Summary

Add search functionality for filtering apps by name in NotificationFilterActivity.

It is inconvenient to search for the App that needs to be configured among a large number of Apps, so I added this feature. It adds a search menu item in the Toolbar, which allows filtering of the App list by its name.

Test Plan

When entering the application name (not the package name) in the search bar, the ListView should immediately filter out the apps that contain this name.

Merge request reports

Loading