Changed my code to use Adaptive Icons and SDK 27
Looks great on my device using Android 8 but on an old device using Android 4.4.2 and API 19
Icon looks squished.
How do I get my default (legacy) icon to display on older devices?
Is there anyway I can check the Android version / API and do a
B4X:
uses-sdk android:minSdkVersion="5" android:targetSdkVersion="27"
Looks great on my device using Android 8 but on an old device using Android 4.4.2 and API 19
Icon looks squished.
How do I get my default (legacy) icon to display on older devices?
Is there anyway I can check the Android version / API and do a
B4X:
SetApplicationAttribute(android:icon, "@drawable/icon")