成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

Android permission 訪問權(quán)限

移動開發(fā) Android
作者提供了一些基礎(chǔ)的訪問權(quán)限相關(guān)的命令,希望方便大家查詢和使用。

android.permission.ACCESS_CHECKIN_PROPERTIES

允許讀寫訪問”properties”表在 checkin數(shù)據(jù)庫中,改值可以修改上傳( Allows read/write access to the “properties” table in the checkin database, to change values that get uploaded)

android.permission.ACCESS_COARSE_LOCATION

允許一個程序訪問CellID或WiFi熱點來獲取粗略的位置(Allows an application to access coarse (e.g., Cell-ID, WiFi) location)

android.permission.ACCESS_FINE_LOCATION

允許一個程序訪問精良位置(如GPS) (Allows an application to access fine (e.g., GPS) location)

android.permission.ACCESS_LOCATION_EXTRA_COMMANDS

允許應(yīng)用程序訪問額外的位置提供命令(Allows an application to access extra location provider commands)

android.permission.ACCESS_MOCK_LOCATION

允許程序創(chuàng)建模擬位置提供用于測試(Allows an application to create mock location providers for testing)

android.permission.ACCESS_NETWORK_STATE

允許程序訪問有關(guān)網(wǎng)絡(luò)狀態(tài)信息(Allows applications to access information about networks)

android.permission.ACCESS_SURFACE_FLINGER

允許程序使用SurfaceFlinger底層特性 (Allows an application to use SurfaceFlinger’s low level features)

android.permission.ACCESS_WIFI_STATE

允許程序訪問Wi-Fi網(wǎng)絡(luò)狀態(tài)信息(Allows applications to access information about Wi-Fi networks)

android.permission.ADD_SYSTEM_SERVICE

允許程序發(fā)布系統(tǒng)級服務(wù)(Allows an application to publish system-level services).

android.permission.BATTERY_STATS

允許程序更新手機電池統(tǒng)計信息(Allows an application to update the collected battery statistics)

android.permission.BLUETOOTH

允許程序連接到已配對的藍牙設(shè)備(Allows applications to connect to paired bluetooth devices)

android.permission.BLUETOOTH_ADMIN

允許程序發(fā)現(xiàn)和配對藍牙設(shè)備(Allows applications to discover and pair bluetooth devices)

android.permission.BRICK

請求能夠禁用設(shè)備(非常危險)(Required to be able to disable the device (very *erous!).)

android.permission.BROADCAST_PACKAGE_REMOVED

允許程序廣播一個提示消息在一個應(yīng)用程序包已經(jīng)移除后(Allows an application to broadcast a notification that an application package has been removed)

android.permission.BROADCAST_STICKY

允許一個程序廣播常用intents(Allows an application to broadcast sticky intents)

android.permission.CALL_PHONE

允許一個程序初始化一個電話撥號不需通過撥號用戶界面需要用戶確認 (Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.)

android.permission.CALL_PRIVILEGED

允許一個程序撥打任何號碼,包含緊急號碼無需通過撥號用戶界面需要用戶確認 (Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed)

android.permission.CAMERA

請求訪問使用照相設(shè)備(Required to be able to access the camera device. )

android.permission.CHANGE_COMPONENT_ENABLED_STATE

允許一個程序是否改變一個組件或其他的啟用或禁用(Allows an application to change whether an application component (other than its own) is enabled or not. )

android.permission.CHANGE_CONFIGURATION

允許一個程序修改當前設(shè)置,如本地化(Allows an application to modify the current configuration, such as locale. )

android.permission.CHANGE_NETWORK_STATE

允許程序改變網(wǎng)絡(luò)連接狀態(tài)(Allows applications to change network connectivity state)

android.permission.CHANGE_WIFI_STATE

允許程序改變Wi-Fi連接狀態(tài)(Allows applications to change Wi-Fi connectivity state)

android.permission.CLEAR_APP_CACHE

允許一個程序清楚緩存從所有安裝的程序在設(shè)備中(Allows an application to clear the caches of all installed applications on the device. )

android.permission.CLEAR_APP_USER_DATA

允許一個程序清除用戶設(shè)置(Allows an application to clear user data)

android.permission.CONTROL_LOCATION_UPDATES

允許啟用禁止位置更新提示從無線模塊 (Allows enabling/disabling location update notifications from the radio. )

android.permission.DELETE_CACHE_FILES

允許程序刪除緩存文件(Allows an application to delete cache files)

android.permission.DELETE_PACKAGES

允許一個程序刪除包(Allows an application to delete packages)

android.permission.DEVICE_POWER

允許訪問底層電源管理(Allows low-level access to power management)

android.permission.DIAGNOSTIC

允許程序RW診斷資源(Allows applications to RW to diagnostic resources. )

android.permission.DISABLE_KEYGUARD

允許程序禁用鍵盤鎖(Allows applications to disable the keyguard )

android.permission.DUMP

允許程序返回狀態(tài)抓取信息從系統(tǒng)服務(wù)(Allows an application to retrieve state dump information from system services.)

android.permission.EXPAND_STATUS_BAR

允許一個程序擴展收縮在狀態(tài)欄,android開發(fā)網(wǎng)提示應(yīng)該是一個類似Windows Mobile中的托盤程序(Allows an application to expand or collapse the status bar. )

android.permission.FACTORY_TEST

作為一個工廠測試程序,運行在root用戶(Run as a manufacturer test application, running as the root user. )

android.permission.FLASHLIGHT

訪問閃光燈,android開發(fā)網(wǎng)提示HTC Dream不包含閃光燈(Allows access to the flashlight )

android.permission.FORCE_BACK

允許程序強行一個后退操作是否在頂層activities(Allows an application to force a BACK operation on whatever is the top activity. )

android.permission.FOTA_UPDATE

暫時不了解這是做什么使用的,android開發(fā)網(wǎng)分析可能是一個預(yù)留權(quán)限.

android.permission.GET_ACCOUNTS

訪問一個帳戶列表在Accounts Service中(Allows access to the list of accounts in the Accounts Service)

android.permission.GET_PACKAGE_SIZE

允許一個程序獲取任何package占用空間容量(Allows an application to find out the space used by any package. )

android.permission.GET_TASKS

允許一個程序獲取信息有關(guān)當前或最近運行的任務(wù),一個縮略的任務(wù)狀態(tài),是否活動等等(Allows an application to get information about the currently or recently running tasks: a thumbnail representation of the tasks, what activities are running in it, etc.)

android.permission.HARDWARE_TEST

允許訪問硬件(Allows access to hardware peripherals. )

android.permission.INJECT_EVENTS

允許一個程序截獲用戶事件如按鍵、觸摸、軌跡球等等到一個時間流,android 開發(fā)網(wǎng)提醒算是hook技術(shù)吧(Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.)

android.permission.INSTALL_PACKAGES

允許一個程序安裝packages(Allows an application to install packages. )

android.permission.INTERNAL_SYSTEM_WINDOW

允許打開窗口使用系統(tǒng)用戶界面(Allows an application to open windows that are for use by parts of the system user interface. )

android.permission.INTERNET

允許程序打開網(wǎng)絡(luò)套接字(Allows applications to open network sockets)

android.permission.MANAGE_APP_TOKENS

允許程序管理(創(chuàng)建、催后、 z- order默認向z軸推移)程序引用在窗口管理器中(Allows an application to manage (create, destroy, Z-order) application tokens in the window manager. )

android.permission.MASTER_CLEAR目前還沒有明確的解釋,android開發(fā)網(wǎng)分析可能是清除一切數(shù)據(jù),類似硬格機

android.permission.MODIFY_AUDIO_SETTINGS

允許程序修改全局音頻設(shè)置(Allows an application to modify global audio settings)

android.permission.MODIFY_PHONE_STATE

允許修改話機狀態(tài),如電源,人機接口等(Allows modification of the telephony state ? power on, mmi, etc. )

android.permission.MOUNT_UNMOUNT_FILESYSTEMS

允許掛載和反掛載文件系統(tǒng)可移動存儲 (Allows mounting and unmounting file systems for removable storage. )

android.permission.PERSISTENT_ACTIVITY

允許一個程序設(shè)置他的activities顯示 (Allow an application to make its activities persistent. )

android.permission.PROCESS_OUTGOING_CALLS

允許程序監(jiān)視、修改有關(guān)播出電話(Allows an application to monitor, modify, or abort outgoing calls)

android.permission.READ_CALENDAR

允許程序讀取用戶日歷數(shù)據(jù)(Allows an application to read the user’s calendar data.)

android.permission.READ_CONTACTS

允許程序讀取用戶聯(lián)系人數(shù)據(jù)(Allows an application to read the user’s contacts data.)

android.permission.READ_FRAME_BUFFER

允許程序屏幕波或和更多常規(guī)的訪問幀緩沖數(shù)據(jù)(Allows an application to take screen shots and more generally get access to the frame buffer data)

android.permission.READ_INPUT_STATE

允許程序返回當前按鍵狀態(tài)(Allows an application to retrieve the current state of keys and switches. )

android.permission.READ_LOGS

允許程序讀取底層系統(tǒng)日志文件(Allows an application to read the low-level system log files. )

android.permission.READ_OWNER_DATA

允許程序讀取所有者數(shù)據(jù)(Allows an application to read the owner’s data)

android.permission.READ_SMS

允許程序讀取短信息(Allows an application to read SMS messages.)

責(zé)任編輯:閆佳明 來源: cnblogs
相關(guān)推薦

2013-05-14 10:37:10

AIR Android設(shè)置訪問權(quán)限

2010-08-13 13:09:14

CISCO路由器

2009-07-27 14:24:16

ASP.NET訪問權(quán)限

2010-08-03 12:33:16

路由器權(quán)限

2021-07-21 09:03:53

GoogleChrome權(quán)限

2021-07-30 14:54:54

鴻蒙HarmonyOS應(yīng)用

2016-01-08 10:06:52

2021-04-02 08:02:10

Gin集成Casbin開源

2009-08-27 17:54:13

C#與Flex

2009-11-13 10:01:50

ADO.NET CAS

2019-07-30 15:13:30

2019-04-19 11:00:05

Linuxsudo命令

2023-08-07 08:13:41

2018-07-04 15:53:50

最小權(quán)限訪問POLP身份驗證

2009-02-10 09:47:00

應(yīng)用程序訪問權(quán)限

2010-07-19 21:31:42

2023-08-07 15:23:28

鴻蒙首次啟動申請授權(quán)

2010-01-26 14:43:53

Android數(shù)據(jù)存儲

2021-08-27 14:36:03

JamfiOS應(yīng)用權(quán)限

2023-08-18 20:20:36

點贊
收藏

51CTO技術(shù)棧公眾號

主站蜘蛛池模板: 午夜寂寞影院列表 | 精品一区av | 亚洲国产一区在线 | 精品一区二区在线观看 | 一区二区三区小视频 | 久久91av| 精品一区电影 | 欧美亚洲激情 | 亚洲高清在线 | 新超碰97| 一级黄色片日本 | 国产激情一区二区三区 | 伊人久久免费 | 天天操网 | 在线欧美一区二区 | 国产精品成人久久久久 | 欧美a免费 | 国产目拍亚洲精品99久久精品 | 亚洲一区二区三区高清 | 国产精品久久久久久久久久妇女 | 久草院线 | 亚洲第1页| www.黄色在线观看 | 国产精品免费一区二区 | 久草精品视频 | 日韩免费高清视频 | 一区二区免费在线视频 | 欧美韩一区二区三区 | 国产亚洲精品美女久久久久久久久久 | 国产欧美日韩在线观看 | 国产一区2区 | 久久99精品国产 | 国产精品亚洲一区 | 男女一区二区三区 | 成人片免费看 | 久久久亚洲 | 黄色毛片在线播放 | 精品国产黄a∨片高清在线 www.一级片 国产欧美日韩综合精品一区二区 | aaaaaa大片免费看最大的 | 91精品久久久久久久久中文字幕 | 亚洲一区二区三区在线视频 |