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

@@ -47,4 +47,9 @@
<item
android:id="@+id/action_playstore"
android:title="@string/title_download_playstore" />
<item
android:id="@+id/action_home_screen"
android:title="@string/action_home_screen"
android:visible="false" />
</menu>