Merge "Unihiding REFRESH_SUPPORTED and ContentProviderClient#refresh."
This commit is contained in:
committed by
Android (Google) Code Review
commit
9d2b2dbce7
@@ -237,7 +237,7 @@ public class ContentProviderClient implements AutoCloseable {
|
||||
}
|
||||
}
|
||||
|
||||
/** @hide */
|
||||
/** See {@link ContentProvider#refresh} */
|
||||
public boolean refresh(Uri url, @Nullable Bundle args,
|
||||
@Nullable CancellationSignal cancellationSignal) throws RemoteException {
|
||||
Preconditions.checkNotNull(url, "url");
|
||||
|
||||
@@ -198,7 +198,6 @@ public abstract class ContentResolver {
|
||||
* or not. If a provider supports refresh, it should include this key in its
|
||||
* returned Cursor as part of its query call.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String EXTRA_REFRESH_SUPPORTED = "android.content.extra.REFRESH_SUPPORTED";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user