-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
p4a is generating a deprecated call - setLatestEventInfo() in PythonService.java - when used with API 23:
-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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels