INNER CODE UNIT · Java

getOutgoingPersistedUriPermissions

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

	public List<UriPermission> getOutgoingPersistedUriPermissions() {
		throw new RuntimeException("Stub!");
	}

	@Deprecated public void startSync(Uri uri, Bundle extras) {
		throw new RuntimeException("Stub!");
	}

	@Deprecated public void cancelSync(Uri uri) {
		throw new RuntimeException("Stub!");
	}

	public final String getType(Uri url) {
		throw new RuntimeException("Stub!");
	}

	public final Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
		throw new RuntimeException("Stub!");

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…