[email protected] wrote: > Hi, > > I have a problem with an application, that refuses to start, and I think it > may be because of missing permission(s). Is there any way to tell which > permissions are required by an application in order to run?
There will be errors in LogCat when you lack a permission. Use adb logcat, DDMS, or the DDMS perspective in Eclipse to look for these messages. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

