From 31ce5555b8b277a05e4af01c57cb078be3049409 Mon Sep 17 00:00:00 2001 From: James Lemieux Date: Mon, 3 Mar 2014 13:01:04 -0800 Subject: [PATCH] Move Help & feedback to Nav drawer. b/11061485 HELP and SEND FEEDBACK are now the two bottom-most drawer items in the Navigation drawer when it is present or in the overflow menu when it is not present. SEND FEEDBACK still behaves as always. HELP has been redesigned so that it displays the help content in a local webview rather than using an external browser. Change-Id: I01003f3cd6f8dedbcfb95ae87872968dfc6be48b --- AndroidManifest.xml | 10 ++++++++++ .../email/activity/setup/AccountSettings.java | 8 +------- src/com/android/email/provider/EmailProvider.java | 14 ++++++++++++++ 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 83fa28df6..034eb9d07 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -340,6 +340,16 @@ + + + + + +