Link to android.text.format.DateFormat.getBestDateTimePattern.

Bug: 8283323
Change-Id: I8aaa91df899de157cbbfc1f8b1f38fdfd1f4c46c
diff --git a/luni/src/main/java/java/text/SimpleDateFormat.java b/luni/src/main/java/java/text/SimpleDateFormat.java
index 06687fa..9f64fd6 100644
--- a/luni/src/main/java/java/text/SimpleDateFormat.java
+++ b/luni/src/main/java/java/text/SimpleDateFormat.java
@@ -41,7 +41,9 @@
  * pattern describing what strings are produced/accepted, but almost all
  * callers should use {@link DateFormat#getDateInstance}, {@link DateFormat#getDateTimeInstance},
  * or {@link DateFormat#getTimeInstance} to get a ready-made instance suitable for the user's
- * locale.
+ * locale. In cases where the system does not provide a suitable pattern, see
+ * {@link android.text.format.DateFormat#getBestDateTimePattern} which lets you specify
+ * the elements you'd like in a pattern and get back a pattern suitable for any given locale.
  *
  * <p>The main reason you'd create an instance this class directly is because you need to
  * format/parse a specific machine-readable format, in which case you almost certainly want