OSDN Git Service

Merge "Update accessibility for popup" into ub-launcher3-dorval
[android-x86/packages-apps-Launcher3.git] / src / com / android / launcher3 / notification / NotificationFooterLayout.java
index 1eef743..051c033 100644 (file)
@@ -141,6 +141,7 @@ public class NotificationFooterLayout extends FrameLayout {
         icon.setBackground(info.getIconForBackground(getContext(), mBackgroundColor));
         icon.setOnClickListener(info);
         icon.setTag(info);
+        icon.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
         mIconRow.addView(icon, 0, mIconLayoutParams);
         return icon;
     }