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

Commit c05b5cf7 authored by Wink Saville's avatar Wink Saville
Browse files

Fix build.

Change-Id: If82537ec6156263ea36bbfc0be0c58112c34329f
parent 5dda3e2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6689,7 +6689,7 @@ package android.content {
  public static class SyncRequest.Builder {
    ctor public SyncRequest.Builder();
    method public android.content.SyncRequest build();
    method public android.content.SyncRequest.Builder setAllowMetered(boolean);
    method public android.content.SyncRequest.Builder setDisallowMetered(boolean);
    method public android.content.SyncRequest.Builder setExpedited(boolean);
    method public android.content.SyncRequest.Builder setExtras(android.os.Bundle);
    method public android.content.SyncRequest.Builder setIgnoreBackoff(boolean);
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ public class SyncRequest implements Parcelable {
         * Not valid for periodic sync and will throw an <code>IllegalArgumentException</code> in
         * {@link #build()}.
         * <p>Throws <code>IllegalArgumentException</code> if called and
         * {@link #setAllowMetered(true)} has been set.
         * {@link #setDisallowMetered(false)} has been set.
         * 
         *
         * @param ignoreSettings true to ignore the sync automatically settings. Default false.