diff --git a/.idea/misc.xml b/.idea/misc.xml index f920a9a..3eddb2f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -40,6 +40,9 @@ + + + diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0095c22..1c0c84a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,6 +4,7 @@ + + + diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 4d850a6..7cacfb6 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -14,8 +14,10 @@ Quel temps fait-il à Paris en ce moment ? A Paris, il fait actuellement 10 degrés et le ciel est nuageux. Cette application a besoin des autorisations suivantes pour fonctionner: - Microphone - Nécessaire pour vous entendre + Microphone + Nécessaire pour vous entendre Annuler OK + Fichiers + Nécessaire pour stocker temporairement les enregistrements audios \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9e361bd..f1eab12 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -15,8 +15,10 @@ What\'s the weather like in Paris ? In Paris it\'s cloudy and the temperature is 10 degrees celsuis The following permissions are required for this application to run: - Microphone - Necessary to hear you + Microphone + Necessary to hear you Cancel OK + Files + Necessary to temporarily save audio recordings \ No newline at end of file