OSDN Git Service

release-request-18270495-77c6-4d95-8968-eb22e3d2fe8b-for-git_oc-release-4057656 snap...
[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;
     }