Where is android.os.SystemProperties

Posted by Travis on Stack Overflow See other posts from Stack Overflow or by Travis
Published on 2010-04-14T21:17:45Z Indexed on 2010/04/14 21:23 UTC
Read the original article Hit count: 972

Filed under:
|

I'm looking at the Android Camera code and when I try importing android.os.SystemProperties It cannot be found.

here is the file I'm looking at. http://android.git.kernel.org/?p=platform/packages/apps/Camera.git;a=blob;f=src/com/android/camera/VideoCamera.java;h=8effd3c7e2841eb1ccf0cfce52ca71085642d113;hb=refs/heads/eclair

I created a new 2.1 project and tried importing this namespace again, but It still cannot be found. I checked developer.android.com and SystemProperties was not listed

Did i miss something?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk