Skip to content
taeyeon edited this page Apr 25, 2012 · 5 revisions
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

<id meid="A000002A28BF04" />
<source
  name="phonelab"
  version="1"
  base="http://ps1.phonelab.org/download/"/>
</source>

<default
  asyncappdir="/mnt/sdcard/phonelab/apps/"
  hiddenappdir="/mnt/sdcard/phonelab/hidden/apps/" />
</default>  

<application
    id="1"
    name="AndroAsync"
    package_name = "com.softwarepassion"
    intent_name = "AndroAsync" 
    description="A new experimental application for asynchronous participant use."
    type="interactive"
    version = "1.0"
    action = "install" <!-- action could be install,uninstall,update --> />
</application>

<application
    id="2"
    name="ImageManager"
    package_name="com.helloandroid.imagedownloader"
    intent_name="MAIN.Intent"
    description="A new background application to be run at a specific time."
    type="background"
    startime="2011-09-14 10:00:00"
    endtime="2011-09-14 11:00:00"
    version = "1.0"
    action = "installed" />
</application>

<statusmonitor>
  <parameter name="runInterval" value="10" units="min" setby="server" />
</statusmonitor>

</manifest>

Clone this wiki locally