Merge "Remove contacts affinity from contact permission descriptions" into qt-qpr1-dev am: 1308ffccf7

Change-Id: I4acb87ad99f25f0fed10f1c5dab9244713fd8fb6
This commit is contained in:
Automerger Merge Worker
2019-12-18 23:49:12 +00:00

View File

@@ -1045,47 +1045,26 @@
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_readContacts">read your contacts</string> <string name="permlab_readContacts">read your contacts</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- 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="tablet">Allows the app to read <string name="permdesc_readContacts" product="tablet">Allows the app to read data about your contacts stored on your tablet.
data about your contacts stored on your tablet, including the frequency This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.</string>
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>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- 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 <string name="permdesc_readContacts" product="tv">Allows the app to read data about your contacts stored on your TV.
data about your contacts stored on your TV, including the frequency This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.</string>
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>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- 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 <string name="permdesc_readContacts" product="default">Allows the app to read data about your contacts stored on your phone.
read data about your contacts stored on your phone, including the This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.</string>
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>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- 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> <string name="permlab_writeContacts">modify your contacts</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_writeContacts" product="tablet">Allows the app to <string name="permdesc_writeContacts" product="tablet">Allows the app to modify the data about your contacts stored on your tablet.
modify the data about your contacts stored on your tablet, including the This permission allows apps to delete contact data.</string>
frequency with which you\'ve called, emailed, or communicated in other ways
with specific contacts. This permission allows apps to delete contact
data.</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_writeContacts" product="tv">Allows the app to <string name="permdesc_writeContacts" product="tv">Allows the app to modify the data about your contacts stored on your TV.
modify the data about your contacts stored on your TV, including the This permission allows apps to delete contact data.</string>
frequency with which you\'ve called, emailed, or communicated in other ways
with specific contacts. This permission allows apps to delete contact
data.</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_writeContacts" product="default">Allows the app to <string name="permdesc_writeContacts" product="default">Allows the app to modify the data about your contacts stored on your phone.
modify the data about your contacts stored on your phone, including the This permission allows apps to delete contact data.</string>
frequency with which you\'ve called, emailed, or communicated in other ways
with specific contacts. This permission allows apps to delete contact
data.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_readCallLog">read call log</string> <string name="permlab_readCallLog">read call log</string>