Advertisement
Guest User

ApplicationXMLAdmobPravatBhusal

a guest
Dec 23rd, 2014
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <application xmlns="http://ns.adobe.com/air/application/15.0">
  3. <id>FirstAndroidApp</id>
  4. <versionNumber>1.1.9</versionNumber>
  5. <versionLabel>1.1.9</versionLabel>
  6. <filename>F Runner</filename>
  7. <description/>
  8. <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
  9. <name>F Runner</name>
  10. <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
  11. <copyright/>
  12. <initialWindow>
  13. <content>FirstAndroidApp.swf</content>
  14. <systemChrome>standard</systemChrome>
  15. <transparent>false</transparent>
  16. <visible>true</visible>
  17. <fullScreen>false</fullScreen>
  18. <aspectRatio>portrait</aspectRatio>
  19. <renderMode>auto</renderMode>
  20. <autoOrients>false</autoOrients></initialWindow>
  21. <icon>
  22. <image72x72>AppIconsForPublish/TheFRunnerLogo.png</image72x72>
  23. </icon>
  24. <customUpdateUI>false</customUpdateUI>
  25. <allowBrowserInvocation>false</allowBrowserInvocation>
  26. <android>
  27. <manifestAdditions>
  28. <![CDATA[
  29. <manifest android:installLocation="auto">
  30. <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19" />
  31. <uses-permission android:name="android.permission.INTERNET"/>
  32. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  33. <application>
  34. <!-- this meta-data tag is required for AdMob -->
  35. <meta-data android:name="com.google.android.gms.version" android:value="4452000"/>
  36. <!-- this activity is required for AdMob -->
  37. <activity android:name="com.google.android.gms.ads.AdActivity"
  38. android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|
  39. screenSize|smallestScreenSize"
  40. android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
  41. </application>
  42. </manifest>]]>
  43. </manifestAdditions>
  44. </android>
  45. <iPhone>
  46. <requestedDisplayResolution>high</requestedDisplayResolution>
  47. <InfoAdditions>
  48. <![CDATA[
  49. <key>UIDeviceFamily</key>
  50. <array>
  51. <string>1</string>
  52. <string>2</string>
  53. </array>
  54. ]]>
  55. </InfoAdditions>
  56. </iPhone>
  57. <supportedLanguages>en</supportedLanguages>
  58. <extensions>
  59. <extensionID>com.milkmangames.extensions.AdMob</extensionID>
  60. <extensionID>com.milkmangames.extensions.GoogleServices</extensionID>
  61. </extensions>
  62. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement