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