Skip to content

Commit

Permalink
Added javadoc comment for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 11, 2014
1 parent 53cf64b commit a025214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -543,6 +543,9 @@ public static void pollInputDevices() {
/** com.android.vending.expansion.zipfile.ZipResourceFile's getInputStream() or null. */
private Method expansionFileMethod;

/**
* This method is called by SDL using JNI.
*/
public InputStream openAPKExtensionInputStream(String fileName) throws IOException {
// Get a ZipResourceFile representing a merger of both the main and patch files
if (expansionFile == null) {
Expand Down

0 comments on commit a025214

Please sign in to comment.