Since I access bitmaps, etc. within the .apk from native C++ code
(NDK) using libzip, all I really need is a path to the downloaded .apk
so I can pull those resources out on-demand.  The .apk doesn't even
need to be installed AFAIK, I just need to have read privileges.

Is there an SDK call that'll give me the device's "Downloads"
directory?  Or better yet, can I specify a filename and ask Android to
locate it and return the full path?

Thx,
BT

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

Reply via email to