[android-developers] Re: prelink-linux-arm.map issues

2009-11-26 Thread Jim Ancona
On Nov 26, 12:11 am, anshexp ansh...@gmail.com wrote: i want to add a shared library in android build . should i add that shared library to prelink-linux-arm.map file You might have more luck asking your question in android-porting. Jim prelink-linux-arm.map file having the list of shared

[android-developers] Re: Trying to get Javascript on Android

2009-09-19 Thread Jim Ancona
ebisudave wrote: On the whole, yes. Bear in mind that Android uses WebKit, so where you see browser-specific instructions for Javascript libraries, follow those for iPhone, Safari, or perhaps Chrome. If only Chrome were available on Linux... but that's another issue. I'm reading this

[android-developers] Re: Is it legal to customize and publish the built-in applications?

2009-06-02 Thread Jim Ancona
On May 31, 2:04 am, alucard20004 alucard20...@gmail.com wrote: Like the Alarm Clock, Calculator, etc. I see that the source is available at : http://source.android.com/ For example, the alarm clock I'm going to modify will look exactly the same as the built-in one, but there'll be a lot

[android-developers] Intent to open an email attachment

2008-11-11 Thread Jim Ancona
I'd like my activity to be able to open a file attached to an email. To open a file downloaded in the browser, I set up the following intent filter: intent-filter action android:name=android.intent.action.VIEW / category android:name=android.intent.category.DEFAULT /