summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-02-14 18:13:13 -0800
committerMindy Pereira <mindyp@google.com>2012-02-15 09:47:28 -0800
commitf645288ddaf5d24af952dd4ebf6d461eebddcfcf (patch)
tree94476a6cce30a6dd79f6d98eba888e9768d47d05 /AndroidManifest.xml
parentead74e4a3efab75cb6321e68828f96dfca081d6f (diff)
downloadUnifiedEmail-f645288ddaf5d24af952dd4ebf6d461eebddcfcf.tar.gz
Show all folders for an account.
This is just the start. Needs a lot more passes, and will want to make this a fragment instead of an activity. Change-Id: I107390ee6c2e3af044c977c160b8d9a52477d569
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cd78cc20d..450a3079b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -44,6 +44,7 @@
<activity android:name=".compose.ComposeActivity" />
<activity android:name=".browse.ConversationListActivity" />
<activity android:name=".browse.ConversationViewActivity" />
+ <activity android:name=".browse.FoldersListActivity" />
<activity android:name=".browse.FolderItem" />
<activity
android:name=".ui.ActionbarActivity"