Remove contacts affinity from contact permission descriptions

Bug: 111210683
Test: NOne
Change-Id: I44c80a08e541503c1f910c4410fbcce3dd05a24e
This commit is contained in:
Walter Jang
2019-12-11 13:01:38 -08:00
parent a7fee3de47
commit 1e713c1eab

View File

@@ -1011,53 +1011,32 @@
<!-- 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>
<!-- 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
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. 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>
<string name="permdesc_readContacts" product="tablet">Allows the app to read data about your contacts stored on your tablet.
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. 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>
<string name="permdesc_readContacts" product="tv">Allows the app to read data about your contacts stored on your Android TV device.
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. 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>
<string name="permdesc_readContacts" product="default">Allows the app to read data about your contacts stored on your phone.
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>
<!-- 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
modify the data about your contacts stored on your tablet, including the
frequency with which you\'ve called, emailed, or communicated in other ways
with specific contacts. This permission allows apps to delete contact
data.</string>
<string name="permdesc_writeContacts" product="tablet">Allows the app to modify the data about your contacts stored on your tablet.
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. -->
<string name="permdesc_writeContacts" product="tv">Allows the app to
modify the 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 contacts. This permission allows apps to delete contact
data.</string>
<string name="permdesc_writeContacts" product="tv">Allows the app to modify the data about your contacts stored on your Android TV device.
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. -->
<string name="permdesc_writeContacts" product="default">Allows the app to
modify the data about your contacts stored on your phone, including the
frequency with which you\'ve called, emailed, or communicated in other ways
with specific contacts. This permission allows apps to delete contact
data.</string>
<string name="permdesc_writeContacts" product="default">Allows the app to modify the data about your contacts stored on your phone.
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. -->
<string name="permlab_readCallLog">read call log</string>