mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-18 11:42:17 +01:00
DroidFish: Included higher resolution versions of the app icon.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user