| Summary: | Extension: Auxiliary function to get the path to the Android APK file | ||
|---|---|---|---|
| Product: | SDL | Reporter: | rettichschnidi <bugzillas> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | philipp.wiesemann |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Android (All) | ||
| Attachments: | Add "const char * SDL_AndroidGetApkPath(void)" | ||
|
Description
rettichschnidi
2014-04-29 20:10:23 UTC
There was an unused local variable "jobject fileObject" copied into the patch. In bug 2258 a similar function was requested (hidden in obsolete) and briefly discussed. It was using getPackageCodePath() instead of getPackageResourcePath(). True, it is easy to do it externally - I just thought that it would be convenient to have SDL sparing the dev dealing with the JNI API. Given the low interest in something like this I will mark this ticket as resolved/invalid. |