We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device: Gigabyte GSmart Roma R2 Plus Android: 4.4.2
If my application is foreground and I press the power button my application stopped by android.
adb log:
I/python ( 7168): [INFO ] [Android ] Must go into sleep mode, check the app I/python ( 7168): [INFO ] [Android ] App paused, now wait for resume. I/python ( 7168): [INFO ] [Android ] Android wants to close our app. I/python ( 7168): [INFO ] [Base ] Leaving application in progress... I/python ( 7168): Python for android ended. I/python ( 7237): Starting audio thread
If I minimize my application via home button before lock this is not happen.
Other Kivy applications from Play Market (Touch Tracer, 2048) not affected with this issue.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
i was having the same issue on my SGS 4, but managed to get it sorted by setting in buildozer.spec: android.minapi = 14
also tested minapi 13, and that worked as well.
Sorry, something went wrong.
Issue is stale and I haven't seen any other reports like this, so probably fixed.
No branches or pull requests
Device: Gigabyte GSmart Roma R2 Plus
Android: 4.4.2
If my application is foreground and I press the power button my application stopped by android.
adb log:
If I minimize my application via home button before lock this is not happen.
Other Kivy applications from Play Market (Touch Tracer, 2048) not affected with this issue.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: