summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adarsh Fernando <adarshf@google.com> 2016-09-22 09:12:28 +0000
committer android-build-merger <android-build-merger@google.com> 2016-09-22 09:12:28 +0000
commit9fc1b4c5b82d956404e8cfd5942f09c8350aa443 (patch)
treeeb1ff0cc6aa7e0861015f2e4f89f1c02c5cecc9a
parenta7de0e1f58cadc4c8e6c550db69239c244e8da79 (diff)
parentacb068a2132f18981e4f2bc348805cfd8992c4c7 (diff)
Found a couple of more references to Android N. am: 9af57aa309 am: 9a91d6662e
am: acb068a213 Change-Id: I008c015bfb6c934edb55a6ece40ba3237945f66b
-rw-r--r--docs/html/topic/performance/background-optimization.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/topic/performance/background-optimization.jd b/docs/html/topic/performance/background-optimization.jd
index bca1424d3a88..0a1a6f5336be 100644
--- a/docs/html/topic/performance/background-optimization.jd
+++ b/docs/html/topic/performance/background-optimization.jd
@@ -200,11 +200,11 @@ public static void scheduleJob(Context context) {
</h2>
<p>
- In the Android N, apps are not able to send or receive {@link
+ In Android 7.0 (API level 24), apps are not able to send or receive {@link
android.hardware.Camera#ACTION_NEW_PICTURE} or {@link
android.hardware.Camera#ACTION_NEW_VIDEO} broadcasts. This restriction helps
alleviate the performance and user experience impacts when several apps must
- wake up in order to process a new image or video. Android N
+ wake up in order to process a new image or video. Android 7.0 (API level 24)
extends {@link android.app.job.JobInfo} and {@link
android.app.job.JobParameters} to provide an alternative solution.
</p>