Found a couple of more references to Android N. am: 9af57aa309 am: 9a91d6662e am: acb068a213

am: 9fc1b4c5b8

Change-Id: I0704581c446b52a1a75cea63e9e6b4a191d554e7
This commit is contained in:
Adarsh Fernando
2016-09-22 10:30:08 +00:00
committed by android-build-merger

View File

@@ -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>