最近自學某公司的一些課程,在這裡做一些總結,安卓開發常用的許可權。
活動管理器
許可權**
activitymanager activitymanager = (activitymanager) getsystemservice(context.activity_service);
2警報管理器
許可權**
alarmmanager alarmmanager = (alarmmanager) getsystemservice(context.alarm_service);
3音訊管理器
許可權**
audiomanager audiomanager = (audiomanager) getsystemservice(context.audio_service);
4剪貼簿管理器
許可權**
clipboardmanager clipboardmanager = (clipboardmanager) getsystemservice(context.clipboard_service);;5
連線管理器
許可權**
connectivitymanager connectivitymanager = (connectivitymanager) getsystemservice(context.connectivity_service);
6輸入法管理器
許可權**
inputmethodmanager inputmethodmanager = (inputmethodmanager) getsystemservice(context.input_method_service);
7鍵盤管理器
許可權**
keyguardmanager keyguardmanager = (keyguardmanager) getsystemservice(context.keyguard_service);
8布局解壓器管理器
許可權**
layoutinflater layoutinflater = (layoutinflater) getsystemservice(context.layout_inflater_service);
9位置管理器
許可權**
locationmanager locationmanager = (locationmanager) getsystemservice(context.location_service);
10通知管理器
許可權**
notificationmanager notificationmanager = (notificationmanager) getsystemservice(context.notification_service);
11電源管理器
許可權**
powermanager powermanager = (powermanager) getsystemservice(context.power_service);
12搜尋管理器
許可權**
searchmanager searchmanager = (searchmanager) getsystemservice(context.search_service);
13感測器管理器
許可權**
sensormanager sensormanager = (sensormanager) getsystemservice(context.sensor_service);
14**管理器
許可權**
telephonymanager telephonymanager = (telephonymanager) getsystemservice(context.telephony_service);
15振動器
許可權**
vibrator vibrator = (vibrator) getsystemservice(context.vibrator_service);
16牆紙
許可權**
wall*****service wall*****service = (wall*****service) getsystemservice(context.wall*****_service);
17wi-fi管理器
許可權**
wifimanager wifimanager = (wifimanager) getsystemservice(context.wifi_service);
18視窗管理器
許可權**
windowmanager windowmanager = (windowmanager) getsystemservice(context.window_service);
安卓的開發過程
對於安卓的開發,沒有乙個整體的架構,缺少巨多的基礎知識。但是因為專案開發的問題,所以只能邊工作邊學習,但是導致的問題就是,學習的東西很混亂,沒有結構性,然後工作期間沒有時間去總結學習,下班倒頭就睡,導致雖然學習到很多東西,但是不知道改劃歸到什麼中,所以學習需要定期的總結,針對出現的問題,有計畫,有目...
關於安卓開發過程中螢幕的各種使用
獲取螢幕寬高的兩種方法 1 windowmanager wm this.getwindowmanager intwidth wm.getdefaultdisplay getwidth intheight wm.getdefaultdisplay getheight 2 windowmanager w...
安卓許可權大全
總結了安卓的apk許可權,5.0以後的執行時許可權後面有空補充。訪問登記屬性 android.permission.access checkin properties 讀取或寫入登記check in資料庫屬性表的許可權 獲取錯略位置 android.permission.access coarse ...