Skip to content

Commit

Permalink
Update to follow internal impl.
Browse files Browse the repository at this point in the history
Change-Id: I40cae53d7ae724c44c40fb7f21649e807416ae54
  • Loading branch information
Dianne Hackborn committed May 29, 2012
1 parent 02e9618 commit e7ac37e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -94,6 +94,10 @@ public boolean releaseUnstableProvider(IContentProvider icp) {
return releaseProvider(icp);
}

/** @hide */
public void unstableProviderDied(IContentProvider icp) {
}

@Override
public void notifyChange(Uri uri, ContentObserver observer,
boolean syncToNetwork) {
Expand Down

0 comments on commit e7ac37e

Please sign in to comment.