範例:Android APP讀取/寫入Settings的Secure/Global




1. 在AndroidManifest.xml

manifest tag中加入屬性
android:sharedUserId="android.uid.system"

內容加入

2. 在Android.mk

加入 LOCAL_CERTIFICATE := platform

留言