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

Commit 990b405e authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect title" into sc-dev

parents a0ada5af 6c427a18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ public class NotificationAccessSettings extends EmptyTextSettings {
                new SubSettingLauncher(getContext())
                        .setDestination(NotificationAccessDetails.class.getName())
                        .setSourceMetricsCategory(getMetricsCategory())
                        .setTitleRes(R.string.manage_zen_access_title)
                        .setTitleRes(R.string.manage_notification_access_title)
                        .setArguments(args)
                        .setExtras(extras)
                        .setUserHandle(UserHandle.getUserHandleForUid(service.applicationInfo.uid))