摘要:
整个代码如下: private void toggleGPS(Context context) { Intent intent = new Intent(); intent.setClassName("com.android.settings", "com.android.settings.widget.SettingsAppWidgetProvider"); intent.addCategory("android.intent.category.ALTERNATIVE"); intent.setData(Uri.parse(&quo 阅读全文
posted @ 2012-08-08 00:16
qishangui
阅读(886)
评论(0)
推荐(0)