Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9350883 authored by Fan Zhang's avatar Fan Zhang
Browse files

Implement new intent action that launches settings search

Bug: 113128828
Test: rebuild
Change-Id: I946fb8211687c550f8b515b9b0e473eda82c26c5
parent 543240cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
            android:exported="true"
            android:theme="@style/Theme.Settings.NoActionBar">
            <intent-filter priority="-1">
                <action android:name="com.android.settings.action.SETTINGS_SEARCH" />
                <action android:name="android.settings.APP_SEARCH_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>