DownloadMenuSheet: Add install action

This would be useful for self-updates when they get downloaded but user
isn't automatically installed.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-01-16 18:41:19 +05:30
parent a3591406b2
commit 580717931d
2 changed files with 30 additions and 0 deletions

View File

@@ -18,6 +18,9 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_install"
android:title="@string/action_install" />
<item
android:id="@+id/action_copy"
android:title="@string/action_copy_link" />