How instagram not change shape in your icon to different mask (circle square, teardrop) in Android oreo.
screen shot of device with instagram installed:
I create the design of icon that Android indicate in this page Designing Adaptive Icons
screen shot of device with Direct installed:
This the code!
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<receiver
android:name=".NotificationReceiver"
android:enabled="true"
android:exported="false"></receiver>
</application>