diff --git a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt index 2d33f49..6485740 100644 --- a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt @@ -166,6 +166,7 @@ class MainActivity : SimpleActivity() { val licenses = LICENSE_EVENT_BUS or LICENSE_AUDIO_RECORD_VIEW val faqItems = arrayListOf( + FAQItem(R.string.faq_1_title, R.string.faq_1_text), FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons), FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons) ) diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index ccc2442..87bc504 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -8,6 +8,11 @@ Skúsiť ukryť nahrávaciu notifikáciu Ukladať nahrávky do + + Can I hide the notification icon during recording? + Well, it depends. While you use your device it is no longer possible to fully hide the notifications of apps like this. + If you check the proper setting item, the app will do its best to hide it. You can hide it on the lockscreen though, if you disable the displaying of sensitive notifications in your device settings. + Simple Voice Recorder - Record any audio easily diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7e9a583..42ce700 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -8,6 +8,11 @@ Try hiding the recording notification Save recordings in + + Can I hide the notification icon during recording? + Well, it depends. While you use your device it is no longer possible to fully hide the notifications of apps like this. + If you check the proper setting item, the app will do its best to hide it. You can hide it on the lockscreen though, if you disable the displaying of sensitive notifications in your device settings. + Simple Voice Recorder - Record any audio easily