You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/res/res/values/strings.xml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -943,15 +943,16 @@
943
943
944
944
<!-- Title of the read social stream permission, listed so the user can decide whether to allow the application to read information from the user's social stream. [CHAR LIMIT=30] -->
945
945
<stringname="permlab_readSocialStream"product="default">read your social stream</string>
946
-
<stringname="permdesc_readSocialStream"product="default">Allows the application to access and
947
-
sync social updates from your friends. Malicious apps can use this to access private
948
-
communications between you and your friends on social networks.</string>
946
+
<stringname="permdesc_readSocialStream"product="default">Allows the application to access
947
+
and sync social updates from you and your friends. Malicious apps can use this to read
948
+
private communications between you and your friends on social networks.</string>
949
949
950
950
<!-- Title of the write social stream permission, listed so the user can decide whether to allow the application to write information to the user's social stream. [CHAR LIMIT=30] -->
951
951
<stringname="permlab_writeSocialStream"product="default">write to your social stream</string>
952
-
<stringname="permdesc_writeSocialStream"product="default">Allows the application to provide
953
-
social updates from your friends. Malicious apps can use this to fake updates from your
954
-
friends, for instance to phish confidential information from you.</string>
952
+
<stringname="permdesc_writeSocialStream"product="default">Allows the application to display
953
+
social updates from your friends. Malicious apps can use this to pretend to be a friend
954
+
and trick you into revealing passwords or other confidential information.</string>
955
+
955
956
956
957
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
957
958
<stringname="permlab_readCalendar">read calendar events plus confidential information</string>
0 commit comments