Add the suggestion authority to string constants

Change-Id: I67a219d3dc3e47db42125ef58dcd42a20078ae7b
This commit is contained in:
Vikram Aggarwal 2012-04-03 10:45:48 -07:00
parent f86a06cdad
commit 87fe50ee29

View File

@ -15,6 +15,11 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Names of packages and authorities that are common to all apps
and read from resources -->
<!-- Name of the search suggestions authority that looks up recent suggestions. This
needs to be modified in AndroidManifest.xml and res/xml/searchable.xml as well. -->
<string name="suggestions_authority" translatable="false">com.android.email.suggestionsprovider</string>
<!-- Permissions label for reading attachments -->
<string name="permission_read_attachment_label">Read email attachments</string>