am 0587c834: When notify uri changes, changing the way we retrieve the userId.

* commit '0587c834eeb980687e46b13b9cdeae54e5cb06cd':
  When notify uri changes, changing the way we retrieve the userId.
This commit is contained in:
Nicolas Prevot
2014-08-19 16:35:12 +00:00
committed by Android Git Automerger

View File

@@ -1612,7 +1612,7 @@ public abstract class ContentResolver {
* @see #requestSync(android.accounts.Account, String, android.os.Bundle)
*/
public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
notifyChange(uri, observer, syncToNetwork, UserHandle.getCallingUserId());
notifyChange(uri, observer, syncToNetwork, UserHandle.myUserId());
}
/**