赞
踩
android:sharedUserId="android.uid.system"
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
使用:
Settings.Secure.putInt(context.getContentResolver(), key, value);
Settings.Secure.getInt(appContext.getContentResolver(), value);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。