Could I manage Android application settings from C rather than Java?
I mean the settings that I could manage:
android.content.SharedPreferences
interface;CoreFoundation/CFPreferences.h
;Yes, but it will be messy. In Android, you can use the NDK to access the sharedPreferences via JNI. See: