Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 856b8292 authored by Adarsh Fernando's avatar Adarsh Fernando Committed by android-build-merger
Browse files

Found a couple of more references to Android N. am: 9af57aa3 am: 9a91d666...

Found a couple of more references to Android N. am: 9af57aa3 am: 9a91d666 am: acb068a2 am: 9fc1b4c5
am: b6493d33

Change-Id: I753444c68c26da5964dd6021630f12b1459cf8ed
parents f78b099d b6493d33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>