Removed third party images, and used existing one for notification icon.

This commit is contained in:
Amit Panchal 2021-08-15 16:55:44 +08:00
parent a4619175c1
commit fda69aa29c
6 changed files with 1 additions and 1 deletions

View File

@ -1898,7 +1898,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
getTheme().resolveAttribute(R.attr.colorPrimary, tv, true);
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, "block");
builder.setSmallIcon(R.drawable.ic_ad_block_white_24dp)
builder.setSmallIcon(R.drawable.ic_security_white_24dp)
.setGroup("BlockingAttampt")
.setContentIntent(pi)
.setColor(tv.data)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB