DT @27.11.2015: Fehler-handling verbessert und implementiert, Adds eingebaut
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- Google Maps Fragment API Key Data -->
|
||||
<meta-data android:name="com.google.android.gms.version"
|
||||
android:value="@integer/google_play_services_version" />
|
||||
<meta-data
|
||||
android:name="com.google.android.maps.v2.API_KEY"
|
||||
android:value="AIzaSyALm-1lEf5xualfyHdmNEdAsXlbwOQhbI8" />
|
||||
@@ -39,6 +41,10 @@
|
||||
android:name="com.facebook.sdk.ApplicationId"
|
||||
android:value="@string/facebook_app_id" />
|
||||
|
||||
<activity android:name="com.google.android.gms.ads.AdActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
|
||||
android:theme="@android:style/Theme.Translucent" />
|
||||
|
||||
<activity
|
||||
android:name=".StartActivity"
|
||||
android:screenOrientation="portrait"
|
||||
|
||||
Reference in New Issue
Block a user