diff --git a/res/layout/notification_history_log_row.xml b/res/layout/notification_history_log_row.xml index c77b005b054..d2d7cd60e6e 100644 --- a/res/layout/notification_history_log_row.xml +++ b/res/layout/notification_history_log_row.xml @@ -26,6 +26,7 @@ diff --git a/src/com/android/settings/notification/history/NotificationHistoryActivity.java b/src/com/android/settings/notification/history/NotificationHistoryActivity.java index 21aecdbab39..8d7695ff3d8 100644 --- a/src/com/android/settings/notification/history/NotificationHistoryActivity.java +++ b/src/com/android/settings/notification/history/NotificationHistoryActivity.java @@ -90,6 +90,7 @@ public class NotificationHistoryActivity extends Activity { expand.setContentDescription(container.getVisibility() == View.VISIBLE ? getString(R.string.condition_expand_hide) : getString(R.string.condition_expand_show)); + expand.setAccessibilityLiveRegion(View.ACCESSIBILITY_LIVE_REGION_POLITE); }); TextView label = viewForPackage.findViewById(R.id.label);