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

Commit ef29379c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 4023 into donut

* changes:
  Fix IntentFilter constructor to properly process the action parameter.
parents 6297cb2e 56e78d9a
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);
    }