From 85cb4fe1315c303df18297fcf52b77087f37016f Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 3 Mar 2021 17:00:49 -0500 Subject: [PATCH] [components] Close issue /~https://github.com/mozilla-mobile/android-components/issues/9823 Make users aware that download was not performed because of a denied permission X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f9acb8ffd4fc27e296020bb1f46886bad915f82e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 2 ++ .../components/support/base/src/main/res/values/strings.xml | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c9606483815..5c731860a1e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8da64a1a02d9d451f7a9e90242d76b7750a6e5f9" + "ac-prep": "f9acb8ffd4fc27e296020bb1f46886bad915f82e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index dc53d4e5eb4..e0de2567ca5 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -42,4 +42,6 @@ Complete action using --> Unable to open %1$s + + Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow. diff --git a/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml index 021ff2dcc18..815bb46e4f0 100644 --- a/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml @@ -1,4 +1,7 @@ - mozac_support_base_locale_preference_key_locale + + Go to settings + + Dismiss