Merge "Unihiding REFRESH_SUPPORTED and ContentProviderClient#refresh."

This commit is contained in:
TreeHugger Robot
2016-12-22 00:24:19 +00:00
committed by Android (Google) Code Review
5 changed files with 8 additions and 3 deletions

View File

@@ -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");

View File

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