Improve downloads error handling

This commit is contained in:
Rahul Kumar Patel
2021-03-07 03:03:23 +05:30
parent 2d53cbdc9d
commit 75fbdb7786
2 changed files with 28 additions and 3 deletions

View File

@@ -306,7 +306,10 @@
<string name="purchase_failed">"Download Failed"</string>
<string name="purchase_invalid">"App not purchased"</string>
<string name="purchase_unsupported">"App not supported"</string>
<string name="purchase_not_found">"App not found"</string>
<string name="purchase_no_file">"Could not get files"</string>
<string name="purchase_session_expired">"Session expired, re-login to obtain new session."</string>
<string name="spoof_apply">"Make sure you re-login to apply the spoof"</string>