[Safety Labels] Decouple safety label changes from permission rationale
Currently the "Safety Label Changes" feature is toggled on only when the following two feature flags are enabled: 1. safety_label_change_notifications_enabled 2. permission_rationale_enabled Remove the dependence on "permission_rationale_enabled", so that "Safety Label Changes" only relies on the "safety_label_change_notifications_enabled" flag. Bug: 269330969 Test: atest PermissionControllerMockingTests:SafetyLabelChangesJobServiceTest; atest CtsPermission3TestCases:SafetyLabelChangesJobServiceTest;atest CtsPermission3TestCases:AppDataSharingUpdatesTest Change-Id: Icccdeb464f8c0b3190923c3708947c593f1d6fe7
Loading
Please register or sign in to comment