From 235c8f6d3583d3a4f1ca8e07720759ca4a2283de Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Wed, 3 Feb 2010 16:44:05 -0800 Subject: [PATCH] Add a readme about removing exchange support. --- EXCHANGE.readme | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 EXCHANGE.readme diff --git a/EXCHANGE.readme b/EXCHANGE.readme new file mode 100644 index 000000000..d637372ec --- /dev/null +++ b/EXCHANGE.readme @@ -0,0 +1,11 @@ +Exchange support in the Email application can be removed. In order to do so, +run the remove-exchange-support.sh script and rebuild the application. In case +the script doesn't work, here's how to do it manually. + +1. Remove everything under src/com/android/exchange/ and + tests/src/com/android/exchange/. +2. Check all the *.xml and *.java files, and remove all the lines surrounded by + EXCHANGE-REMOVE-SECTION-START and EXCHANGE-REMOVE-SECTION-END. +3. Check all the *.java files and remove all imports from com.android.exchange + and its subpackages. +