Updated advertisements code to work with new Google Play SDK

This commit is contained in:
Sergii Pylypenko
2014-05-15 22:48:59 +03:00
parent 08a4b61430
commit 81150d7cae
6 changed files with 291 additions and 69 deletions

View File

@@ -24,7 +24,8 @@
<action android:name="com.sec.android.airview.HOVER" /> <!-- Stupid Samsung requires their own intent for finger-hover events -->
</intent-filter>
</activity>
<!-- ==ADMOB== --> <activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
<!-- ==ADMOB== --> <activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"/>
<!-- ==ADMOB== --> <meta-data android:name="com.google.android.gms.version" android:value="4323000" /> <!-- Change this value to the actual Google Play SDK version -->
</application>
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="19"/>