Skip to content

Commit

Permalink
[components] Close issue mozilla-mobile/android-components#9823 Make …
Browse files Browse the repository at this point in the history
…users aware that download was not performed because of a denied permission

X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f9acb8f
  • Loading branch information
Amejia481 authored and mergify[bot] committed Mar 8, 2021
1 parent a04fbd3 commit 85cb4fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "8da64a1a02d9d451f7a9e90242d76b7750a6e5f9"
"ac-prep": "f9acb8ffd4fc27e296020bb1f46886bad915f82e"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@
<string name="mozac_feature_downloads_third_party_app_chooser_dialog_title">Complete action using</string>
<!-- Message that appears when trying to download with an external app fails. %1$s will be replaced with the name the external app. -->--&gt;
<string name="mozac_feature_downloads_unable_to_open_third_party_app">Unable to open %1$s</string>
<!-- Text for the info dialog when write to storage permissions have been denied but user tries to download a file. -->
<string name="mozac_feature_downloads_write_external_storage_permissions_needed_message">Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow.</string>
</resources>
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="mozac_support_base_locale_preference_key_locale" translatable="false">mozac_support_base_locale_preference_key_locale</string>
<!-- Text for the positive action button, that will take the user to the settings page -->
<string name="mozac_support_base_permissions_needed_positive_button">Go to settings</string>
<!-- Text for the negative action button to dismiss the dialog. -->
<string name="mozac_support_base_permissions_needed_negative_button">Dismiss</string>
</resources>

0 comments on commit 85cb4fe

Please sign in to comment.