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

Commit a422a07d authored by Nicolas Prevot's avatar Nicolas Prevot Committed by Android (Google) Code Review
Browse files

Merge "Small fix related to Cross-profile intents."

parents adbb1790 ad0634c5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1944,7 +1944,8 @@ final class Settings {
                    // TODO: check whether this is okay! as it is very
                    // similar to how preferred-activities are treated
                    readPersistentPreferredActivitiesLPw(parser, 0);
                } else if (tagName.equals(TAG_FORWARDING_INTENT_FILTERS)) {
                } else if (tagName.equals(TAG_FORWARDING_INTENT_FILTERS)
                        || tagName.equals(TAG_CROSS_PROFILE_INTENT_FILTERS)) {
                    // TODO: check whether this is okay! as it is very
                    // similar to how preferred-activities are treated
                    readCrossProfileIntentFiltersLPw(parser, 0);