AdMob support added, you cannot yet hide or reposition the ad from the C code. Also did some cleanup on include files.
This commit is contained in:
@@ -59,7 +59,8 @@ import java.lang.String;
|
||||
import android.text.SpannedString;
|
||||
|
||||
|
||||
class CountingInputStream extends BufferedInputStream {
|
||||
class CountingInputStream extends BufferedInputStream
|
||||
{
|
||||
|
||||
private long bytesReadMark = 0;
|
||||
private long bytesRead = 0;
|
||||
|
||||
Reference in New Issue
Block a user