I know that the SystemProperties class won't be exported as part of the public SDK because of the @hide
annotation.
What I've done:
Added the
android:sharedUserId="android.uid.system"
attributes on theAndroidManifest.xml
fileThe application is signed with platform key
and still get a compiling error...
note: I've already checked out the where is os systemproperties
question.
But this solution doesn't work for me.