Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64bbbb47 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

resolved conflicts for merge of a8bce7c8 to master

Change-Id: I34526a3aed6591639e1a1bff8f42e0c5d8e328cc
parents 9b8a51e9 a8bce7c8
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -241,12 +241,11 @@ public abstract class ContentResolver {
        if (provider == null) {
            return null;
        }

        try {
            return provider.getStreamTypes(url, mimeTypeFilter);
        } catch (RemoteException e) {
            return null;
        } catch (java.lang.Exception e) {
            return null;
        } finally {
			releaseProvider(provider);
		}