Where is android.os.SystemProperties
- by Travis
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?