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

Commit c0581181 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ensure #openTypedAssetFileDescriptor doesn't lose extras."

parents 95a5e431 840a9c4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1765,7 +1765,7 @@ public abstract class ContentResolver implements ContentInterface {
            stableProvider = null;

            return new AssetFileDescriptor(pfd, fd.getStartOffset(),
                    fd.getDeclaredLength());
                    fd.getDeclaredLength(), fd.getExtras());

        } catch (RemoteException e) {
            // Whatever, whatever, we'll go away.