[android-developers] Re: Possible permissions issue....

2009-01-23 Thread MaxImUmZ
Manifest, but I think if a program doesn't have the proper permissions to do something it should be made clearer rather than just closing, or am I missing something? On Jan 23, 5:39 pm, MaxImUmZ wrote: > I have a program that fails to start.  When I remove this line of code > from the startu

[android-developers] Possible permissions issue....

2009-01-23 Thread MaxImUmZ
I have a program that fails to start. When I remove this line of code from the startup it starts with out error... db = SQLiteDatabase.openOrCreateDatabase(data, cf); data is a file that has been made, I have tried multiple locations none worked. cf is a cursorfactory. This worked perfectly be

[android-developers] Re: android.provider.Settings.System

2009-01-23 Thread MaxImUmZ
Use the WifiManager with getWifiEnabled and setWifiEnabled to do it for the wifi. I have not found a way to do it for the bluetooth yet but only been working at it about an hour now On Dec 8 2008, 9:39 pm, Kah-Neth wrote: > I am trying to use android.provider.Settings.System.getInt and putInt >