adding the excluded folder related menu items at third party intent picker too

This commit is contained in:
tibbi 2022-06-07 09:09:27 +02:00
parent ea68e4526c
commit f9fddbfe3e
1 changed files with 10 additions and 0 deletions

View File

@ -13,4 +13,14 @@
android:showAsAction="never"
android:title="@string/stop_showing_hidden"
app:showAsAction="never" />
<item
android:id="@+id/temporarily_show_excluded"
android:showAsAction="never"
android:title="@string/temporarily_show_excluded"
app:showAsAction="never" />
<item
android:id="@+id/stop_showing_excluded"
android:showAsAction="never"
android:title="@string/stop_showing_excluded"
app:showAsAction="never" />
</menu>