diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 29395c948..1b62f02c2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -65,8 +65,8 @@ android:name="com.android.email.permission.READ_ATTACHMENT" android:permissionGroup="android.permission-group.MESSAGES" android:protectionLevel="dangerous" - android:label="@string/read_attachment_label" - android:description="@string/read_attachment_desc"/> + android:label="@string/permission_read_attachment_label" + android:description="@string/permission_read_attachment_desc"/> diff --git a/res/values/strings.xml b/res/values/strings.xml index 75f125eb1..f080dfc3e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -19,56 +19,22 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Read Email attachments + + Allows this application to read your Email + attachments. + + Access Email provider data + + Allows this application to access your Email + database, including received messages, sent messages, user names and passwords. + Email