From 5f1649e85293428850659e35a52d812416812704 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Tue, 9 Aug 2016 18:00:31 -0700 Subject: A little more on issue #30766518: Document what targeting N does Change-Id: I67f2bfd01261a4304b532495a0d3cc791726ed5e --- core/java/android/app/Fragment.java | 2 +- core/java/android/os/Build.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/app/Fragment.java b/core/java/android/app/Fragment.java index a5ee68b2e4e5..8afca784b067 100644 --- a/core/java/android/app/Fragment.java +++ b/core/java/android/app/Fragment.java @@ -1485,7 +1485,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene * *

If your app's targetSdkVersion is {@link android.os.Build.VERSION_CODES#M} * or lower, child fragments being restored from the savedInstanceState are restored after - * onCreate returns. When targeting @link android.os.Build.VERSION_CODES#N} or + * onCreate returns. When targeting {@link android.os.Build.VERSION_CODES#N} or * above and running on an N or newer platform version * they are restored by Fragment.onCreate.

* diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index f8ae0625c86b..9f0205098a98 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -677,9 +677,9 @@ public class Build { *
  • {@link android.app.DownloadManager.Request#setAllowedNetworkTypes * DownloadManager.Request.setAllowedNetworkTypes} * will disable "allow over metered" when specifying only - * {@link android.app.DownloadManager.Request#NETWORK_WIFI}. + * {@link android.app.DownloadManager.Request#NETWORK_WIFI}.
  • *
  • {@link android.app.DownloadManager} no longer allows access to raw - * file paths. + * file paths.
  • *
  • {@link android.app.Notification.Builder#setShowWhen * Notification.Builder.setShowWhen} * must be called explicitly to have the time shown, and various other changes in -- cgit v1.2.3-59-g8ed1b