On Tue, Jan 18, 2011 at 11:05 AM, sjor <sleche...@gmail.com> wrote: > Hi. I develop an application about display settings and I want to > import HdmiService.java to my class file. How can I do this? Eclipse > does not recognizes it if i write "import > com.slsi.sec.android.HdmiService". I am sure it can be done. If you > look at "DisplaySettings.java" from Settings app you can see that it > imports HdmiService, creates an instance of it and uses methods of it.
The Settings app is part of the firmware. It has the ability to use classes that are not part of the Android SDK. If your "application about display settings" is an SDK application, you cannot use HdmiService. If your "application about display settings" is part of the firmware, more relevant support lists can be found here: http://source.android.com/community/index.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en