Merge "Support highlighting the menu entry for Search results" into sc-v2-dev

This commit is contained in:
Jason Chiu
2021-11-16 07:28:32 +00:00
committed by Android (Google) Code Review
10 changed files with 155 additions and 47 deletions

View File

@@ -299,6 +299,15 @@
</intent-filter>
</activity>
<receiver android:name=".search.SearchStateReceiver"
android:exported="true"
android:permission="android.permission.READ_SEARCH_INDEXABLES">
<intent-filter>
<action android:name="com.android.settings.SEARCH_START"/>
<action android:name="com.android.settings.SEARCH_EXIT"/>
</intent-filter>
</receiver>
<activity
android:name="Settings$WifiSettingsActivity"
android:label="@string/wifi_settings"