diff --git a/docs/html/about/versions/nougat/android-7.0-changes.jd b/docs/html/about/versions/nougat/android-7.0-changes.jd index 84a56d0614c57..cb92f19eb4c62 100644 --- a/docs/html/about/versions/nougat/android-7.0-changes.jd +++ b/docs/html/about/versions/nougat/android-7.0-changes.jd @@ -182,8 +182,8 @@ certain implicit intents.

- For more information about background optimizations in N and how to adapt your app, - see Background Optimizations.

@@ -427,12 +427,13 @@ see Sharing Fileslibandroid_runtime.so, libcutils.so, libcrypto.so, and libssl.so—are temporarily - accessible on N for apps targeting API level 23 or lower. If your app loads - one of these libraries, logcat generates a warning and a toast appears on the - target device to notify you. If you see these warnings, you should update - your app to either include its own copy of those libraries or only use the - public NDK APIs. Future releases of the Android platform may restrict the use - of private libraries altogether and cause your app to crash. + accessible on Android 7.0 (API level 24) for apps targeting API level 23 or + lower. If your app loads one of these libraries, logcat generates a warning + and a toast appears on the target device to notify you. If you see these + warnings, you should update your app to either include its own copy of those + libraries or only use the public NDK APIs. Future releases of the Android + platform may restrict the use of private libraries altogether and cause your + app to crash.

@@ -441,9 +442,9 @@ see Sharing FilesSystem.loadLibrary and dlopen(3) both return NULL, and may cause your app to crash. You should review your app code to remove use of private platform APIs and thoroughly test your apps - using a preview device or emulator. If you are unsure whether your app uses - private libraries, you can check logcat to identify - the runtime error. + using a device or emulator running Android 7.0 (API level 24). If you are + unsure whether your app uses private libraries, you can check logcat to identify the runtime error.

@@ -454,11 +455,6 @@ see Sharing Files - - - - - Libraries @@ -470,10 +466,7 @@ see Sharing Files - N Developer Preview behavior - - - Final N Release behavior + Android 7.0 (API level 24) behavior Future Android platform behavior @@ -500,10 +493,6 @@ see Sharing Files Works as expected - - - Works as expected - @@ -519,11 +508,6 @@ see Sharing Files - - Works as expected, but you receive a logcat warning and a message on the - target device. - - Works as expected, but you receive a logcat warning. @@ -553,10 +537,6 @@ see Sharing Files Runtime error - - - Runtime error - @@ -579,10 +559,6 @@ see Sharing Files Runtime error - - - Runtime error - @@ -699,8 +675,8 @@ JavaVM::AttachCurrentThread from <jni.h>.

diff --git a/docs/html/training/basics/network-ops/data-saver.jd b/docs/html/training/basics/network-ops/data-saver.jd index 75b72645282ad..babf7c67a6635 100644 --- a/docs/html/training/basics/network-ops/data-saver.jd +++ b/docs/html/training/basics/network-ops/data-saver.jd @@ -45,7 +45,7 @@ next.link=xml.html

- The N Developer Preview extends the {@link android.net.ConnectivityManager} + Android 7.0 (API level 24) extends the {@link android.net.ConnectivityManager} API to provide apps with a way to retrieve the user’s Data Saver preferences and monitor preference changes. It is considered good practice for apps to check whether the @@ -58,7 +58,7 @@ next.link=xml.html

- In the N Developer Preview, apps can use the {@link + In Android 7.0 (API level 24), apps can use the {@link android.net.ConnectivityManager} API to determine what data usage restrictions are being applied. The {@code getRestrictBackgroundStatus()} method returns one of the following values: