Add buy flow for paid apps in app details

Resolves #1499

Surface a 'Buy @ price' action on the install error sheet for paid apps
on signed-in accounts, opening the Play Store listing to purchase. For
anonymous accounts, show the price on a disabled install button and
disable manual downloads since paid apps can't be acquired.
This commit is contained in:
Rahul Patel
2026-05-30 20:52:46 +05:30
parent 4c49fdc50c
commit 2115ed8479
4 changed files with 58 additions and 19 deletions

View File

@@ -52,6 +52,7 @@
<string name="action_back">"Back"</string>
<string name="action_blacklist">"Blacklist"</string>
<string name="action_blacklist_add">"Add to blacklist"</string>
<string name="action_buy">"Buy @ %1$s"</string>
<string name="action_cancel">"Cancel"</string>
<string name="action_clear">"Clear"</string>
<string name="action_close">"Close"</string>