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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user