[android-developers] Can local image be shown in the web browser?

2011-07-01 Thread PostPC Developer
I know that for security reason "src" in "img" tag or "input" tag can't be referring to a local file. But I am just wondering how the web browser was able to show the local file if I type in the local file URI in the address bar (ex. file://sdcard/pictures/sample.jpg)? Is that an internal feature

[android-developers] Re: Can a service be called in the browser?

2011-05-25 Thread PostPC Developer
u need to implement an activity. > > On Wed, May 25, 2011 at 6:18 PM, PostPC Developer > wrote: > > > > > > > I was experimenting on creating a service that can be called in a > > browser but unfortunately it doesn't get called at all. Is there > > somethin

[android-developers] Can a service be called in the browser?

2011-05-25 Thread PostPC Developer
I was experimenting on creating a service that can be called in a browser but unfortunately it doesn't get called at all. Is there something wrong with this intent-filter I placed for the service? For the service code, I just extend the IntentService class an