diff options
| author | 2016-09-21 15:45:04 -0700 | |
|---|---|---|
| committer | 2016-09-21 15:45:04 -0700 | |
| commit | 9af57aa3096eb99538d2f34d714bf9306f86a787 (patch) | |
| tree | cfa591b3ec698a53d76ce39f47a4724a0b9d3950 | |
| parent | fe060d3f376d876ee3186d0b8f41013235f52a11 (diff) | |
Found a couple of more references to Android N.
Bug:31647521
Change-Id: I9f8c40e43cb79656761f237a0f144ab8a9b4c5d5
| -rw-r--r-- | docs/html/topic/performance/background-optimization.jd | 4 |
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> |