Skip to content

Commit

Permalink
changed intent filter label for search action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Dec 14, 2021
1 parent 7c186ad commit 3791fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
<intent-filter android:label="@string/app_name">
<intent-filter android:label="@string/meta_search_choice">
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
Expand Down

0 comments on commit 3791fb9

Please sign in to comment.