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

Commit ad0634c5 authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Small fix related to Cross-profile intents.

Change-Id: Id4cadd051c337776451ed807a2edac6d869b372a
parent 29fae7b3
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);