Fix NotificationCompat.MediaStyle crash on ICS

Guard call to RemoteViews.setContentDescription() to only run on
ICS MR1 (API 15) or higher devices, preventing it from crashing on
API 14 devices.

BUG: 22066476
Change-Id: I7f143bab3b8d3dc02582da9af2a0c9be135bc092
1 file changed