DroidFish: Included higher resolution versions of the app icon.

This commit is contained in:
Peter Osterlund
2015-12-26 12:54:46 +01:00
parent 428879bfcf
commit bb0f757403
8 changed files with 2 additions and 2 deletions

View File

@@ -3417,7 +3417,7 @@ public class DroidFish extends Activity implements GUIInterface {
NotificationManager mNotificationManager = (NotificationManager)getSystemService(ns);
if (show) {
boolean silhouette = Build.VERSION.SDK_INT >= 21;
int icon = silhouette ? R.drawable.silhouette : R.drawable.icon;
int icon = silhouette ? R.drawable.silhouette : R.mipmap.icon;
CharSequence tickerText = getString(R.string.heavy_cpu_usage);
long when = System.currentTimeMillis();
Context context = getApplicationContext();