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

Commit 68a73d96 authored by Walter Jang's avatar Walter Jang
Browse files

Update read contacts permission to mention account info also included

Bug: 143295638
Change-Id: I5d3f4273923b8eecef6d0c9d80e408ba328307f0
Test: None
parent 1bf89ec5
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -1014,23 +1014,29 @@
    <string name="permdesc_readContacts" product="tablet">Allows the app to read
      data about your contacts stored on your tablet, including the frequency
      with which you\'ve called, emailed, or communicated in other ways with
      specific individuals. This permission allows apps to save your contact
      specific individuals. Apps will also have access to the accounts on your
      tablet that have created contacts. This may include accounts created by
      apps you have installed. This permission allows apps to save your contact
      data, and malicious apps may share contact data without your
      knowledge.</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_readContacts" product="tv">Allows the app to read
      data about your contacts stored on your Android TV device, including the frequency
      with which you\'ve called, emailed, or communicated in other ways with
      specific individuals. This permission allows apps to save your contact
      data, and malicious apps may share contact data without your
      specific individuals. Apps will also have access to the accounts on your
      Android TV device that have created contacts. This may include accounts
      created by apps you have installed. This permission allows apps to save
      your contact data, and malicious apps may share contact data without your
      knowledge.</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_readContacts" product="default">Allows the app to
      read data about your contacts stored on your phone, including the
      frequency with which you\'ve called, emailed, or communicated in other ways
      with specific individuals. This permission allows apps to save your
      contact data, and malicious apps may share contact data without your
      knowledge.</string>
      with specific individuals. Apps will also have access to the accounts
      on your phone that have created contacts. This may include accounts
      created by apps you have installed. This permission allows apps to
      save your contact data, and malicious apps may share contact data
      without your knowledge.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_writeContacts">modify your contacts</string>