INNER CODE UNIT · Java
notifyChange
oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:59
public void notifyChange(Uri uri, ContentObserver observer, int flags) {
throw new RuntimeException("Stub!");
}
public void takePersistableUriPermission(Uri uri, int modeFlags) {
throw new RuntimeException("Stub!");
}
public void releasePersistableUriPermission(Uri uri, int modeFlags) {
throw new RuntimeException("Stub!");
}
public List<UriPermission> getPersistedUriPermissions() {
throw new RuntimeException("Stub!");
}
public List<UriPermission> getOutgoingPersistedUriPermissions() {
throw new RuntimeException("Stub!");