Created
October 20, 2013 19:19
-
-
Save YvesBill/7073986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- aggiungere questi meta-data --> | |
<meta-data android:name="Nome del banner" | |
android:value="ID del banner"></meta-data> | |
<meta-data android:name="ADMOB_ALLOW_LOCATION_FOR_ADS" | |
android:value="false"></meta-data> | |
<!-- aggiungere questi permessi --> | |
<uses-permission android:name="android.permission.INTERNET"/> | |
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment