[android-developers] Re: Import Typeface from another apk?

2008-11-22 Thread Peli
Wow! Great! It works :-) Follow-up questions: 1) Is it possible to restrict other applications to access one's assets files? 2) getAssets().list("") seems to list three directories by default: images, sounds, and webkit. Is there some reason behind this, or did some assets leak here that should

[android-developers] Re: Import Typeface from another apk?

2008-11-21 Thread Dianne Hackborn
You can just create a context for the other application, and get its resources and then asset manager and use that. On Fri, Nov 21, 2008 at 3:07 PM, Peli <[EMAIL PROTECTED]> wrote: > > Is it possible to import a Typeface from another apk? Or from the SD > card? > > I only found: Typeface.createFr