學習中
2015年2月1日 星期日
[Android] 開啟系統的設定頁面
利用Intent達到目的,
Intent intent= new Intent(android.provider.Settings.
ACTION_SETTINGS
);
startActivity(intent);
紅色區域可以代換為其他的設定屬性(如GPS,音量, 網路 blablabla..),
可參考API:
http://developer.android.com/reference/android/provider/Settings.html
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言