mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
adding a FAQ item describing the icon hiding
This commit is contained in:
@ -166,6 +166,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
val licenses = LICENSE_EVENT_BUS or LICENSE_AUDIO_RECORD_VIEW
|
val licenses = LICENSE_EVENT_BUS or LICENSE_AUDIO_RECORD_VIEW
|
||||||
|
|
||||||
val faqItems = arrayListOf(
|
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_2_title_commons, R.string.faq_2_text_commons),
|
||||||
FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons)
|
FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons)
|
||||||
)
|
)
|
||||||
|
@ -8,6 +8,11 @@
|
|||||||
<string name="try_hiding_notification">Skúsiť ukryť nahrávaciu notifikáciu</string>
|
<string name="try_hiding_notification">Skúsiť ukryť nahrávaciu notifikáciu</string>
|
||||||
<string name="save_recordings_in">Ukladať nahrávky do</string>
|
<string name="save_recordings_in">Ukladať nahrávky do</string>
|
||||||
|
|
||||||
|
<!-- FAQ -->
|
||||||
|
<string name="faq_1_title">Can I hide the notification icon during recording?</string>
|
||||||
|
<string name="faq_1_text">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.</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
<string name="app_title">Simple Voice Recorder - Record any audio easily</string>
|
<string name="app_title">Simple Voice Recorder - Record any audio easily</string>
|
||||||
|
@ -8,6 +8,11 @@
|
|||||||
<string name="try_hiding_notification">Try hiding the recording notification</string>
|
<string name="try_hiding_notification">Try hiding the recording notification</string>
|
||||||
<string name="save_recordings_in">Save recordings in</string>
|
<string name="save_recordings_in">Save recordings in</string>
|
||||||
|
|
||||||
|
<!-- FAQ -->
|
||||||
|
<string name="faq_1_title">Can I hide the notification icon during recording?</string>
|
||||||
|
<string name="faq_1_text">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.</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
<string name="app_title">Simple Voice Recorder - Record any audio easily</string>
|
<string name="app_title">Simple Voice Recorder - Record any audio easily</string>
|
||||||
|
Reference in New Issue
Block a user