Android Question B4A v13.7 IME unsupported with SDK 36. Is it IME Bug?

mcqueccu

Expert
Licensed User
Longtime User
I forgot left this code in my app after testing whether my app update is edge to edge compliant and I got true
B4X:
Dim ime As IME
ime.Initialize("ime")  
Log(ime.IsEdgeToEdge)

When I uploaded it to the Play console, the Edge to Edge warning was not removed because GooglePlay says it still uses depracated API.
And your application will not be E2E Compliant.



1786465065169.png
 
Last edited:
Top