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

Commit 56e78d9a authored by Phil Dubach's avatar Phil Dubach
Browse files

Fix IntentFilter constructor to properly process the action parameter.

parent fa699ea2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -366,6 +366,7 @@ public class IntentFilter implements Parcelable {
        throws MalformedMimeTypeException {
        mPriority = 0;
        mActions = new ArrayList<String>();
        addAction(action);
        addDataType(dataType);
    }