Since this is android-porting group ... if you're really porting the platform and building it yourself from sources for one specific device, then of course it's OK to use the internal interfaces such as this. Search for existing code in the platform that already calls them for examples of how to do so.
But if you're actually building an app, don't do it! Use JNI instead to call the SDK APIs. These .h are internal interfaces that are subject to frequent change and are incompatible from one device to the next, and incompatible between even minor versions. On Monday, March 4, 2013 6:49:48 AM UTC-8, Andre Esteves wrote: > > Hi, > > Know this kinda old but how one can use those "camera/Camera.h" and > "camera/ICamera.h"? > > Thanks on advance. > > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
