Started to work on better permissions handling

This commit is contained in:
Juha Heinanen
2021-11-09 15:15:46 +02:00
parent b79d10770c
commit 801c232793
10 changed files with 467 additions and 314 deletions
+7 -2
View File
@@ -447,8 +447,13 @@
<string name="restore_failed">Failed to restore application data. Check that you gave correct
password. In Android versions 9 and below, also check Apps → baresip → Permissions → Storage
and that file \'%1$s\' exists in Download folder.</string>
<string name="no_calls">You are not able to place or answer calls without Microphone permission.</string>
<string name="no_video_calls">Grant \"Camera\" permission to place or answer video calls.</string>
<string name="no_calls">You are not able to make or answer calls without Microphone and
Telephone permissions.</string>
<string name="no_backup">You are not able create backup without Storage permission.</string>
<string name="no_android_contacts">You are not able add or remove Android contacts without
Contacts permission.</string>
<string name="no_restore">You are not able restore backup without Storage permission.</string>
<string name="no_video_calls">Grant \"Camera\" permission to make or answer video calls.</string>
<string name="no_cameras">You don\'t have any supported video cameras.</string>
<string name="show_password">Show Password</string>
<string name="no_network">No network connection!</string>