Airplane Mode - Jason_WKS的專欄 - 博客頻道 - CSDN.NET

Airplane Mode - Jason_WKS的專欄 - 博客頻道 - CSDN.NET

瀏覽:353
日期:2025-06-25
打開:Settings.System.putInt(context.getContentResolver(), Settings.System.AIRPLANE_MODE_ON,1);關閉:Settings.System.putInt(context.getContentResolver(), Settings.System.AIRPLANE_MODE_ON,0);判斷是否打開:boo...看更多