1
The best icon format for my application is the rounded square, however in api 26 and 27 we know that android uses a preset adaptive icon (always in circular format) or transforms a non-adaptive icon (circle with white space and small real icon).
After many tests and searches on the internet, I was convinced that I should produce a circular icon, but luckily I noticed that the facebook icon in these Apis keeps its pattern (round square of normal size).
How can I implement this in my application?