Merge "Fix incorrect title" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
990b405edb
@@ -177,7 +177,7 @@ public class NotificationAccessSettings extends EmptyTextSettings {
|
|||||||
new SubSettingLauncher(getContext())
|
new SubSettingLauncher(getContext())
|
||||||
.setDestination(NotificationAccessDetails.class.getName())
|
.setDestination(NotificationAccessDetails.class.getName())
|
||||||
.setSourceMetricsCategory(getMetricsCategory())
|
.setSourceMetricsCategory(getMetricsCategory())
|
||||||
.setTitleRes(R.string.manage_zen_access_title)
|
.setTitleRes(R.string.manage_notification_access_title)
|
||||||
.setArguments(args)
|
.setArguments(args)
|
||||||
.setExtras(extras)
|
.setExtras(extras)
|
||||||
.setUserHandle(UserHandle.getUserHandleForUid(service.applicationInfo.uid))
|
.setUserHandle(UserHandle.getUserHandleForUid(service.applicationInfo.uid))
|
||||||
|
Reference in New Issue
Block a user