[android-developers] How can I access a data provider where permission is null?

2009-11-23 Thread Bamsen
Hi, I have as an example, this provider information from the PackageManager. 1:[14]= ProviderInfo (id=830058701400) applicationInfo= ApplicationInfo (id=830058701752) authority= sms (id=830058702720) enabled= true exported= true grantUriPermissions=

[android-developers] Re: How can I access a data provider where permission is null?

2009-11-23 Thread Bamsen
PackageManager.queryContentProviders(null, 0,0) So the next question is: Where can i find the 'full' URI of the content providers? On Nov 23, 10:40 am, Bamsen bamse...@gmail.com wrote: Hi,  I have as an example, this provider information from the PackageManager. 1:[14]= ProviderInfo  (id

[android-developers] Trying to turn off candidates view in EditText with on-screen keyboard

2009-10-24 Thread Bamsen
Hi, My application uses an EditText box to input information that is not English words. When I do this i get the candidates view (which I normally love :) with suggestions for known words. I do not want to pollute my word list by saving what I typed so I want to turn off candidates view for this