plyer icon indicating copy to clipboard operation
plyer copied to clipboard

Issue of the GPS Case Code in the Plyer Project Not Being Displayed on Android 14

Open Luanbird opened this issue 1 year ago • 1 comments

According to the GPS case in the Plyer project, after packaging it into an APK and installing it on a mobile phone based on Android 14, I found that the program can start normally. I can also see that the location permission has been requested from the Android system, and I can see in the status bar of the mobile phone that the application is using the location permission. However, the problem is that there is no display on the interface at all. The APK packaged with the above code can be correctly displayed when installed on an earlier Android system. Do I need to update the relevant code content according to the latest Android code? I sincerely hope that all friends can offer your valuable advice!

Image

Luanbird avatar Mar 09 '25 01:03 Luanbird

Yes, Android 14 has introduced stricter background location permissions and changes in how apps handle location data.

Harshchafle avatar Mar 10 '25 18:03 Harshchafle