INNER CODE UNIT · Java

notifyChange

oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:55

	public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
		throw new RuntimeException("Stub!");
	}

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…