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

Commit 37c98e35 authored by Himanshu Gupta's avatar Himanshu Gupta
Browse files

Allow Private Profile CrossProfile Filters to be updated on OTA.

Bug: 332510217
Test: Manual build and flash
Change-Id: I2db770c0b1a14d02957ca737ec25736561cf2e7f
parent 9e71ab06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -327,7 +327,8 @@ public final class UserTypeFactory {
                                UserProperties.CROSS_PROFILE_CONTENT_SHARING_DELEGATE_FROM_PARENT)
                        .setProfileApiVisibility(
                                UserProperties.PROFILE_API_VISIBILITY_HIDDEN)
                        .setItemsRestrictedOnHomeScreen(true));
                        .setItemsRestrictedOnHomeScreen(true)
                        .setUpdateCrossProfileIntentFiltersOnOTA(true));
    }

    /**