1c5afb16430a145f20d7c887e45f47b38687054daMarc Blank/*
2c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * Copyright (C) 2012 The Android Open Source Project
3c5afb16430a145f20d7c887e45f47b38687054daMarc Blank *
4c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * Licensed under the Apache License, Version 2.0 (the "License");
5c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * you may not use this file except in compliance with the License.
6c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * You may obtain a copy of the License at
7c5afb16430a145f20d7c887e45f47b38687054daMarc Blank *
8c5afb16430a145f20d7c887e45f47b38687054daMarc Blank *      http://www.apache.org/licenses/LICENSE-2.0
9c5afb16430a145f20d7c887e45f47b38687054daMarc Blank *
10c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * Unless required by applicable law or agreed to in writing, software
11c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * distributed under the License is distributed on an "AS IS" BASIS,
12c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * See the License for the specific language governing permissions and
14c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * limitations under the License.
15c5afb16430a145f20d7c887e45f47b38687054daMarc Blank */
16c5afb16430a145f20d7c887e45f47b38687054daMarc Blankpackage com.android.email2.ui;
17c5afb16430a145f20d7c887e45f47b38687054daMarc Blank
18c5afb16430a145f20d7c887e45f47b38687054daMarc Blank /* An activity that shows the list of all the available accounts and return the
19c5afb16430a145f20d7c887e45f47b38687054daMarc Blank * one selected in onResult().
20c5afb16430a145f20d7c887e45f47b38687054daMarc Blank */
21c5afb16430a145f20d7c887e45f47b38687054daMarc Blankpublic class MailboxSelectionActivityEmail extends com.android.mail.ui.MailboxSelectionActivity {
22c5afb16430a145f20d7c887e45f47b38687054daMarc Blank
23c5afb16430a145f20d7c887e45f47b38687054daMarc Blank}