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
p4a is generating a deprecated call - setLatestEventInfo() in PythonService.java - when used with API 23:
setLatestEventInfo()
-compile: [javac] Compiling 23 source files to /home/hackalog/.local/share/python-for-android/dists/unnamed_dist_1/bin/classes [javac] /home/hackalog/.local/share/python-for-android/dists/unnamed_dist_1/tmp-src/org/kivy/android/PythonService.java:96: error: cannot find symbol [javac] notification.setLatestEventInfo(context, serviceTitle, serviceDescription, pIntent); [javac] ^ [javac] symbol: method setLatestEventInfo(Context,String,String,PendingIntent) [javac] location: variable notification of type Notification [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error
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:
This was already fixed in the service_only bootstrap: 6b30ca3
Sorry, something went wrong.
3534a76
No branches or pull requests
p4a is generating a deprecated call -
setLatestEventInfo()
in PythonService.java - when used with API 23: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: