On Sat, Jan 14, 2012 at 7:11 PM, RLScott <fixthatpi...@yahoo.com> wrote:
> Can we be sure that any randomly named directory added to the project
> folder is not going to be included in the app package? For instance,
> the folder named assets does get included, but misc does not?

AFAIK, only well-defined directories like assets/, res/, src/, and
libs/ will contribute to the APK contents. To put it another way,
there's no point in putting it into the APK if we can't read it out.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to