[android-developers] Re: ContentProvider instance

2009-04-08 Thread davidandroid2...@yahoo.com
hority at run > time, only in the manifest. > > 2009/4/6 davidandroid2...@yahoo.com > > > > > > > Dianne, > > > Thanks for the suggestion. I have to use content provider because my > > application use webview to display local file, and the local file can >

[android-developers] Re: ContentProvider instance

2009-04-06 Thread davidandroid2...@yahoo.com
... > > > android:permission="android.permission.ACCESS_TEST_PROVIDER"/> > > > android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"/> > > On Apr 3, 9:34 am, "davidandroid2...@yahoo.com" > > wrote: > > > I have multiple applicat

[android-developers] Re: ContentProvider instance

2009-04-04 Thread davidandroid2...@yahoo.com
Anyone? On 4月2日, 下午6时34分, "davidandroid2...@yahoo.com" wrote: > I have multiple applications which use the sameContentProvidercode > for internal WebView to accesslocalfiles (application private). > Because theContentProviderhas the same code base (package name, > content

[android-developers] Re: Why there are 2 instance of same Activityes?

2009-04-04 Thread davidandroid2...@yahoo.com
urrent > activity stack (the first part of the dump). > > On Thu, Apr 2, 2009 at 5:51 PM, davidandroid2...@yahoo.com < > > > > davidandroid2...@yahoo.com> wrote: > > > My application has 2 activities. The main activity will create the > > "child" ac

[android-developers] Re: Webview timeout

2009-04-04 Thread davidandroid2...@yahoo.com
Anyone? On 4月2日, 下午5时57分, "davidandroid2...@yahoo.com" wrote: > Is there a way to set the timeout value in WebView? I want the WebView > to be timeouted within 10 seconds if the url is too slow to response. > Havn't able to find any api to support t

[android-developers] Why there are 2 instance of same Activityes?

2009-04-03 Thread davidandroid2...@yahoo.com
My application has 2 activities. The main activity will create the "child" activity through startActivityForResult((...). When the child activity needs to exit, it calls setResult(..) and finish(). Child activity will start and exit multiple time upon user selection. The activity are start and exi

[android-developers] Re: How to compile android app with static library?could somebody give me a example?thanks

2009-04-03 Thread davidandroid2...@yahoo.com
You can include the the library jar file in your Android Eclipe project's library. On 4月1日, 下午11时52分, 打工者 wrote: > How to compile android app with static library?could somebody give me > a example?thanks --~--~-~--~~~---~--~~ You received this message because you

[android-developers] ContentProvider instance

2009-04-03 Thread davidandroid2...@yahoo.com
I have multiple applications which use the same ContentProvider code for internal WebView to access local files (application private). Because the ContentProvider has the same code base (package name, content uri), this will cause problem when deployed 2 or more of my application in the same devic

[android-developers] Webview timeout

2009-04-03 Thread davidandroid2...@yahoo.com
Is there a way to set the timeout value in WebView? I want the WebView to be timeouted within 10 seconds if the url is too slow to response. Havn't able to find any api to support that. Thanks, David --~--~-~--~~~---~--~~ You received this message because you are