adding some permission handling

This commit is contained in:
tibbi
2020-05-07 23:14:15 +02:00
parent e604a3e88b
commit d55bc9104a
5 changed files with 58 additions and 10 deletions

View File

@ -2,6 +2,9 @@
<string name="app_name">Simple Dialer</string>
<string name="app_launcher_name">Dialer</string>
<!-- Contacts -->
<string name="could_not_access_contacts">Could not access your contacts</string>
<!-- Recents -->
<string name="no_previous_calls">No previous calls have been found</string>
<string name="could_not_access_the_call_history">Could not access the call history</string>