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

2009-01-23 Thread Mark Murphy
>> 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. And those locations are...what?

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

2009-01-23 Thread MaxImUmZ
Sorry, I should have also made it clear that more things do not throw permissions exceptions. Moving up to 1.0 I have noticed a lot of things that simply fail and when trying to catch the exceptions nothing is being thrown. These problems were all solved by uses- permissions nodes in the Manifest