Advertisement
Guest User

sos

a guest
May 27th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <application xmlns="http://ns.adobe.com/air/application/3.4">
  3.   <id>pruebaANE2</id>
  4.   <versionNumber>1.0.0</versionNumber>
  5.   <versionLabel/>
  6.   <filename>pruebaANE2</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>pruebaANE2</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>pruebaANE2.swf</content>
  14.     <systemChrome>standard</systemChrome>
  15.     <transparent>false</transparent>
  16.     <visible>true</visible>
  17.     <fullScreen>false</fullScreen>
  18.     <aspectRatio>portrait</aspectRatio>
  19.     <renderMode>cpu</renderMode>
  20.     <autoOrients>false</autoOrients></initialWindow>
  21.   <icon/>
  22.   <customUpdateUI>false</customUpdateUI>
  23.   <allowBrowserInvocation>false</allowBrowserInvocation>
  24.   <android>
  25.     <manifestAdditions>
  26.       <![CDATA[<manifest>
  27. <uses-permission android:name="android.permission.INTERNET"/>
  28. <activity android:name="com.inoel.ane.speech">
  29.     </activity>
  30. </manifest>]]>
  31.     </manifestAdditions>
  32.   </android>
  33.   <extensions>
  34.     <extensionID>com.inoel.ane.speech</extensionID>
  35.   </extensions>
  36. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement