Use new icon for install into system notifications

This commit is contained in:
Dominik Schürmann 2015-06-08 16:34:04 +02:00
parent 29c1aaf33c
commit 2e6984bfbe
7 changed files with 1517 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -126,7 +126,7 @@ public class InstallIntoSystemDialogActivity extends FragmentActivity {
NotificationCompat.Builder builder = NotificationCompat.Builder builder =
new NotificationCompat.Builder(context) new NotificationCompat.Builder(context)
.setContentIntent(resultPendingIntent) .setContentIntent(resultPendingIntent)
.setSmallIcon(R.drawable.ic_launcher) .setSmallIcon(R.drawable.ic_stat_notify)
.setContentTitle(context.getString(R.string.system_install_first_time_notification)) .setContentTitle(context.getString(R.string.system_install_first_time_notification))
.setContentText(context.getString(R.string.system_install_first_time_notification_message_short)) .setContentText(context.getString(R.string.system_install_first_time_notification_message_short))
.setDefaults(Notification.DEFAULT_ALL) .setDefaults(Notification.DEFAULT_ALL)

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 49 KiB