URLLoader()で"file:///system/build.prop"を指定し、「ro.product.model」等を直接読む
基本、ネイティブ向けにしか広告ライブラリは提供されていない。
<!-- フルスクリーン --> <fullScreen>true</fullScreen> <!-- 自動回転させるか --> <autoOrients>true</autoOrients> <!-- アプリ起動時の縦横指定 縦:portrait 横:landscape --> <aspectRatio>landscape</aspectRatio>
https://prerelease.adobe.com/callout/default.html?callid={AEF64EB4-A977-4317-909A-14AD8014BA21}
C:\Program Files\Adobe\Adobe Flash CS3\AIK\frameworks\libs\air\airglobal.swc ↓コピー C:\Program Files\Adobe\Adobe Flash CS3\ja\Configuration\ActionScript 3.0 AIR 1.0\
set PATH=%PATH%;C:\Program Files\Adobe\Adobe Flash CS3\AIK\bin
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <application xmlns="http://ns.adobe.com/air/application/2.5"> <id>com.adobe.example.example</id> <versionNumber>1.0</versionNumber> <versionLabel>v1</versionLabel> <filename>example</filename> <description/> <name>example</name> <copyright/> <initialWindow> <content>example.swf</content> <systemChrome>standard</systemChrome> <transparent>false</transparent> <visible>true</visible> </initialWindow> <customUpdateUI>false</customUpdateUI> <allowBrowserInvocation>false</allowBrowserInvocation> </application>
adt -package -target apk -storetype pkcs12 -keystore mycert.p12 example.apk example-app.xml example.swf
set PATH=%PATH%;C:\android-sdk\tools adb install example.apk