Android fullscreen
Hi, all.
I've noticed that on some Android devices (at least on Huawei P Smart) my apps will trigger an alert stating that the app is not optimized for fullscreen mode. However if you then choose to display it in fullscreen mode, it does show everything correctly.
I'm using Animate and have added these to the manifest XML:
<supports-screens
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true"/>
<meta-data android:name="android:maxAspectRatio" android:value="3" />
Also I'm targeting SDK 26.
Anyone else encountered this issue?
