summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 18:17:38 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 18:17:38 +0300
commit420cdfb0839ffd73a50fa92bc6c0c33f85d268d2 (patch)
treee4ecd18039cfbd4fed034ce43bb0af6ddb1329d8 /AndroidManifest.xml
parentb2519b4e1810eee391576071e90e4b83af9122df (diff)
initial attempt at admob stuff
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c482c4cc..360878ed 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,6 +7,7 @@
<!-- <supports-screens android:smallScreens="false" android:normalScreens="false" /> -->
<uses-permission android:name="android.permission.INTERNET" />
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".LoginActivity"
@@ -23,6 +24,9 @@
<activity android:name=".PreferencesActivity"
android:label="@string/preferences">
</activity>
+
+ <activity android:name="com.google.ads.AdActivity"
+ android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
</application>
</manifest> \ No newline at end of file