android調用系統Settings界面的方法及其對應的包名(附demo)

在作android開發時,經常會有須要打開系統設置的需求。這時,咱們就要經過intent調用對應的設置界面。 調用代碼其實很簡單,以下: Intent intent = new Intent(); ComponentName comp = new ComponentName("com.android.settings","com.android.settings.WirelessSettings"
相關文章
相關標籤/搜索