use correct exception

This commit is contained in:
AndyScherzinger 2018-09-10 14:41:20 +02:00
parent fb4b9a932f
commit 5195badfd1
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -766,7 +766,7 @@ public class FileDataStorageManager {
} }
} }
public void migrateStoredFiles(String srcPath, String dstPath) throws Exception { public void migrateStoredFiles(String srcPath, String dstPath) throws RemoteException {
Cursor cursor; Cursor cursor;
try { try {
if (getContentResolver() != null) { if (getContentResolver() != null) {