[android-developers] How to unregister a curser's contentObserver?

2010-12-18 Thread ParanoidAndroid
According to the documentation the content resolver does automatically register any cursors (see 'notifyChange()' method - By default, CursorAdapter objects will get this notification). Usually this is appreciated, but in my case it is not desired. I have multiple consecutive inserts on my content

[android-developers] Re: Replace styles and themes

2009-10-08 Thread ParanoidAndroid
Thanks Dianne. Are there any plans to implement this feature? I basically just want to set colors at runtime. The easiest thing would be to replace the color values from the colors.xml file. Of course I could also set color values for views programmatically, but I have no idea about drawables

[android-developers] Re: Replace styles and themes

2009-10-08 Thread ParanoidAndroid
, Dianne Hackborn hack...@android.com wrote: Eventually it will be possible, but I have no idea what that will be. ColorDrawable is a solid color drawable. On Thu, Oct 8, 2009 at 9:26 AM, ParanoidAndroid bestpriv...@googlemail.comwrote: Thanks Dianne. Are there any plans to implement

[android-developers] Re: A question about rtsp Streaming

2009-10-01 Thread ParanoidAndroid
I also think that this is a wireless problem, although Google does not think so: http://code.google.com/p/android/issues/detail?id=2302can=1q=rtsp%20wlancolspec=ID%20Type%20Status%20Owner%20Summary%20Stars On 19 Sep., 18:25, yjshi shiyaju...@gmail.com wrote: Hi,all.        I met a very strange

[android-developers] Re: ACTION_PACKAGE_INSTALL intent does not work

2009-06-04 Thread ParanoidAndroid
Many thanks :-) On 2 Jun., 23:09, patrick patrick.boul...@gmail.com wrote: u need permission to use PACKAGE_INSTALL... but to set PACKAGE_INSTALL permission, u need system right. If u set Intent.VIEW instead of PACKAGE_INSTALL, it will launch the ui to ask user if he want to install the apk.