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

Commit 7cd1851d authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 9a856f4e: Merge "Drop API level for notification compatibility BG to 8 (from 10)" into ics-mr1

* commit '9a856f4e':
  Drop API level for notification compatibility BG to 8 (from 10)
parents 5433e25f 9a856f4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -973,7 +973,7 @@ public class PhoneStatusBar extends StatusBar {
            } catch (NameNotFoundException ex) {
                Slog.e(TAG, "Failed looking up ApplicationInfo for " + sbn.pkg, ex);
            }
            if (version > 0 && version < Build.VERSION_CODES.HONEYCOMB) {
            if (version > 0 && version < Build.VERSION_CODES.GINGERBREAD) {
                content.setBackgroundResource(R.drawable.notification_row_legacy_bg);
            } else {
                content.setBackgroundResource(R.drawable.notification_row_bg);
+1 −1
Original line number Diff line number Diff line
@@ -1836,7 +1836,7 @@ public class TabletStatusBar extends StatusBar implements
            } catch (NameNotFoundException ex) {
                Slog.e(TAG, "Failed looking up ApplicationInfo for " + sbn.pkg, ex);
            }
            if (version > 0 && version < Build.VERSION_CODES.HONEYCOMB) {
            if (version > 0 && version < Build.VERSION_CODES.GINGERBREAD) {
                content.setBackgroundResource(R.drawable.notification_row_legacy_bg);
            } else {
                content.setBackgroundResource(R.drawable.notification_row_bg);