INNER CODE UNIT · Java
takePersistableUriPermission
oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:63
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!");
}
@Deprecated public void startSync(Uri uri, Bundle extras) {
throw new RuntimeException("Stub!");