From 107408c0d9bd977e15a3f60c43f184d55f281c38 Mon Sep 17 00:00:00 2001 From: danapple Date: Tue, 1 Mar 2011 22:34:41 -0600 Subject: [PATCH] K-9 Mail now opens the Accounts Activity when started with an Intent with an enclosed URI with a content type of application/x-k9settings. This allows a user to bootstrap K-9 Mail configuration by email a settings file from one device to another, perhaps using a GMail account on the receiving end. --- AndroidManifest.xml | 6 +++++ src/com/fsck/k9/activity/Accounts.java | 22 ++++++++++++++++++- .../fsck/k9/mail/internet/MimeUtility.java | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d35644a58..3fe7c986d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -75,6 +75,12 @@ + + + + + +