summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2012-08-22 22:29:22 -0700
committerMarc Blank <mblank@google.com>2012-08-31 22:28:54 -0700
commit2bf91acb8174aab82582ce975a4b60702c810a9c (patch)
tree44192601b88108e145ce2554f748772157534d3f /res/xml
parent92f04b67d9907753a91ff2386db93c0e07d76633 (diff)
downloadExchange-2bf91acb8174aab82582ce975a4b60702c810a9c.tar.gz
Convert authorities, intents, and account manager types
* Tested OK on wiped Nexus * Tested OK on S3 * Upgrade tested on Nexus Change-Id: Icbb939bebbaed71b7662739678b8e59e9a9e1552
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/syncadapter_calendar.xml2
-rw-r--r--res/xml/syncadapter_contacts.xml2
-rw-r--r--res/xml/syncadapter_email.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/syncadapter_calendar.xml b/res/xml/syncadapter_calendar.xml
index a6c0fc69..db383770 100644
--- a/res/xml/syncadapter_calendar.xml
+++ b/res/xml/syncadapter_calendar.xml
@@ -22,5 +22,5 @@
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.android.calendar"
- android:accountType="com.android.exchange"
+ android:accountType="@string/account_manager_type_exchange"
/>
diff --git a/res/xml/syncadapter_contacts.xml b/res/xml/syncadapter_contacts.xml
index 4691aee3..90a56986 100644
--- a/res/xml/syncadapter_contacts.xml
+++ b/res/xml/syncadapter_contacts.xml
@@ -22,5 +22,5 @@
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.android.contacts"
- android:accountType="com.android.exchange"
+ android:accountType="@string/account_manager_type_exchange"
/>
diff --git a/res/xml/syncadapter_email.xml b/res/xml/syncadapter_email.xml
index c7ca8509..6ea9c146 100644
--- a/res/xml/syncadapter_email.xml
+++ b/res/xml/syncadapter_email.xml
@@ -21,7 +21,7 @@
<!-- for the SyncAdapter. -->
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
- android:contentAuthority="com.android.email.provider"
- android:accountType="com.android.exchange"
+ android:contentAuthority="@string/authority_email_provider"
+ android:accountType="@string/account_manager_type_exchange"
android:supportsUploading="false"
/>