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

Commit 31a19cb0 authored by Varun Shah's avatar Varun Shah
Browse files

Fix typo in ContentResolver#addPeriodicSync doc.

Change-Id: I356fa893e62b5ad2d61a51b18ea12f5181125375
Fixes: 192685753
Test: n/a
parent dfab3f88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3289,7 +3289,7 @@ public abstract class ContentResolver implements ContentInterface {
     * @param authority the provider to specify in the sync request
     * @param extras extra parameters to go along with the sync request
     * @param pollFrequency how frequently the sync should be performed, in seconds.
     * On Android API level 24 and above, a minmam interval of 15 minutes is enforced.
     * On Android API level 24 and above, a minimum interval of 15 minutes is enforced.
     * On previous versions, the minimum interval is 1 hour.
     * @throws IllegalArgumentException if an illegal extra was set or if any of the parameters
     * are null.