From b2e3453209d8b69f587a7992ff755183c0616108 Mon Sep 17 00:00:00 2001 From: pelya Date: Thu, 6 Sep 2012 19:53:36 +0300 Subject: [PATCH] Updated readme --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.txt b/readme.txt index aaeb652db..8d8805205 100644 --- a/readme.txt +++ b/readme.txt @@ -219,6 +219,10 @@ and it will remove them from internal storage right after starting up, so you still need that space free, but only temporarily. However your application will start up slower. +SDL supports AdMob advertisements, you need to set your publisher ID inside AndroidAppSettings.cfg, +see project test-advertisements for details. +Also you can hide or reposition your ad from C code, check out file SDL_android.h for details. + How to compile your own application using automake/configure scripts ====================================================================