This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Talk:OWASP Installer Guidelines
From OWASP
Android
for android all applications installed will go to /data/data/ so we can keep the applications in one cluster by using a common package name.
com.owasp.<name>
where <name> would be app name. so this will have following filesystem layout.
/data/data/com.owasp.<name>
also if we want to keep content on sdcard then layout should be
/sdcard/owasp/<name>
--Anant Shrivastava 11:38, 17 July 2012 (UTC)