Switch to use EDIT intent for editing settings

Change-Id: Ie0fdab91806c0479f5ebb1dd3670720048d564f4
diff --git a/src/com/android/mail/providers/UIProvider.java b/src/com/android/mail/providers/UIProvider.java
index 2dd7477..263faa4 100644
--- a/src/com/android/mail/providers/UIProvider.java
+++ b/src/com/android/mail/providers/UIProvider.java
@@ -251,7 +251,7 @@
         public static final String UNDO_URI = "undoUri";
 
         /**
-         * Uri for VIEW intent that will cause the settings screens for this account type to be
+         * Uri for EDIT intent that will cause the settings screens for this account type to be
          * shown.
          * TODO: When we want to support a heterogeneous set of account types, this value may need
          * to be moved to a global content provider.