Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e496879 authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am 6943db9b: Merge "Improve Contacts\' permission handling" into mnc-dev

* commit '6943db9b7a0c7660fc673747eac9c67e37b19a2b':
  Improve Contacts' permission handling
parents c21a23ad ad5f72da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -459,6 +459,10 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
         exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
    <string name="fail_reason_no_exportable_contact">There is no exportable contact.</string>

    <!-- The user doesn't have all permissions required to use the current screen. So
         close the current screen and show the user this message. -->
    <string name="missing_required_permission">You have disabled a required permission.</string>

    <!-- The failed reason shown when some error happend during contacts export.
         Some exact reason must follow this. [CHAR LIMIT=NONE] -->
    <string name="fail_reason_error_occurred_during_export">An error occurred during export: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>