diff options
| author | Martin Hibdon <mhibdon@google.com> | 2014-01-21 16:57:06 -0800 |
|---|---|---|
| committer | Martin Hibdon <mhibdon@google.com> | 2014-01-29 11:20:53 -0800 |
| commit | 9195a1202483053606f43e871915a5405e955306 (patch) | |
| tree | c69960402bd4ff9fafd61f25438b9fa5932ee2be /res/xml | |
| parent | 018ae522d746f0b5ca6535c598e98be879b12624 (diff) | |
| download | android_packages_apps_Email-9195a1202483053606f43e871915a5405e955306.tar.gz android_packages_apps_Email-9195a1202483053606f43e871915a5405e955306.tar.bz2 android_packages_apps_Email-9195a1202483053606f43e871915a5405e955306.zip | |
Create AuthenticationFragment
This is one fragment that holds all types of
authentication information, e.g. password,
OAuth info, and client certificates. What gets
displayed depends upon the type of account it is
dealing with.
So far this is only used in AccountSetupIncoming,
but later it can be added to other settings fragments.
There are still some issues with this, but I'd like
to check it in sooner than later to unblock other
work.
Change-Id: Iea675ad5c1727f32ca0baa270dfa793ab7109993
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/services.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/xml/services.xml b/res/xml/services.xml index 2d7446ad4..0cd01c66b 100644 --- a/res/xml/services.xml +++ b/res/xml/services.xml @@ -33,6 +33,7 @@ The following optional attributes default to "false": offerTls: whether a TLS option (e.g. STARTTLS) is offered for this service offerCerts: whether or not certificate authentication is an option for this service + offerOAuth: whether or not OAuth authentication is an option for this service usesSmtp: whether SMTP is used as the outgoing protocol for this service offerPrefix: whether a "prefix" is offered to the user (for IMAP) offerLocalDeletes: whether an option to delete locally is offered @@ -83,6 +84,7 @@ email:offerPrefix="true" email:syncChanges="true" email:inferPrefix="imap" + email:offerOAuth="true" email:offerLoadMore="true" email:offerMoveTo="true" /> |
