I forgot left this code in my app after testing whether my app update is edge to edge compliant and I got true
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.
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.
Last edited: