Loading packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java +2 −0 Original line number Diff line number Diff line Loading @@ -424,6 +424,8 @@ public class StorageNotification implements CoreStartable { .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) .build(); } } else if (isTv()) { return null; } else { final CharSequence title = disk.getDescription(); final CharSequence text = mContext.getString( Loading Loading
packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java +2 −0 Original line number Diff line number Diff line Loading @@ -424,6 +424,8 @@ public class StorageNotification implements CoreStartable { .setDeleteIntent(buildSnoozeIntent(vol.getFsUuid())) .build(); } } else if (isTv()) { return null; } else { final CharSequence title = disk.getDescription(); final CharSequence text = mContext.getString( Loading