adding the excluded folder related menu items at third party intent picker too
This commit is contained in:
parent
ea68e4526c
commit
f9fddbfe3e
1 changed files with 10 additions and 0 deletions
|
@ -13,4 +13,14 @@
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
android:title="@string/stop_showing_hidden"
|
android:title="@string/stop_showing_hidden"
|
||||||
app:showAsAction="never" />
|
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>
|
</menu>
|
||||||
|
|
Loading…
Reference in a new issue