honghengqiang 3 years ago
parent
commit
aee052f003

+ 2 - 2
room/src/main/java/com/swago/room/service/AgoraForegroundService.java

@@ -80,8 +80,8 @@ public class AgoraForegroundService extends Service {
         builder.setContentTitle(NAME)
                 .setContentText("Swago is running")
                 .setWhen(System.currentTimeMillis())
-                .setSmallIcon(R.drawable.app_logo)
-                .setLargeIcon(BitmapFactory.decodeResource(getResources(), R.drawable.app_logo))
+                .setSmallIcon(R.drawable.ic_launcher)
+                .setLargeIcon(BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher))
                 .setPriority(Notification.PRIORITY_MAX)
                 .setWhen(System.currentTimeMillis())
                 .setContentIntent(pendingIntent)

BIN
room/src/main/res/drawable/app_logo.png


BIN
room/src/main/res/drawable/ic_launcher.png