AppDetailsFragment: Show menu action to create app shortcut if supported

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-23 12:23:21 +05:30
parent dd584b5b7b
commit 89fdf1186f
4 changed files with 55 additions and 0 deletions

View File

@@ -91,6 +91,7 @@
<string name="action_search">"Search"</string>
<string name="action_share">"Share"</string>
<string name="action_uninstall">"Uninstall"</string>
<string name="action_home_screen">Add to Home screen</string>
<string name="action_uninstall_confirmation">"Do you want to uninstall this app ?"</string>
<string name="action_info">"App Info"</string>
<string name="action_update">"Update"</string>