1. 程式人生 > >android權限(permission)大全

android權限(permission)大全

wid 刪除 tro ica guard 格式 時區 禁用 經緯度

此文章由情緒控撰寫,轉載請註明此處!

!!

1.android.permission.WRITE_USER_DICTIONARY
同意應用程序向用戶詞典中寫入新詞

2.android.permission.WRITE_SYNC_SETTINGS
寫入Google在線同步設置

3.android.permission.WRITE_SOCIAL_STREAM
讀取用戶的社交信息流

4.android.permission.WRITE_SMS
同意程序寫短信

5.android.permission.WRITE_SETTINGS
同意程序讀取或寫入系統設置

6.android.permission.WRITE_SECURE_SETTINGS
同意應用程序讀取或寫入安全系統設置

7.android.permission.WRITE_PROFILE
同意程序寫入個人資料數據

8.com.android.browser.permission.WRITE_HISTORY_BOOKMARKS
同意一個應用程序寫(但不可讀)用戶的瀏覽歷史和書簽

9.android.permission.WRITE_GSERVICES
同意程序改動Google服務地圖

10.android.permission.WRITE_EXTERNAL_STORAGE
同意程序寫入外部存儲,如SD卡上寫文件

11.android.permission.WRITE_CONTACTS
寫入聯系人,但不可讀取

12.android.permission.WRITE_CALL_LOG
同意程序寫入(可是不能讀)用戶的聯系人數據

13.android.permission.WRITE_CALENDAR
同意程序寫入日程。但不可讀取

14.android.permission.WRITE_APN_SETTINGS
同意程序寫入網絡GPRS接入點設置

15.android.permission.WAKE_LOCK
同意程序在手機屏幕關閉後後臺進程仍然執行

16.android.permission.VIBRATE
同意程序振動

17.android.permission.USE_SIP
同意程序使用SIP視頻服務

18.android.permission.USE_CREDENTIALS
同意程序請求驗證從AccountManager

19.android.permission.UPDATE_DEVICE_STATS
同意程序更新設備狀態

20.com.android.launcher.permission.UNINSTALL_SHORTCUT
刪除快捷方式

21.android.permission.TRANSMIT_IR
同意使用設備的紅外發射器,假設可用

22.android.permission.SYSTEM_ALERT_WINDOW
同意程序顯示系統窗體

23.android.permission.SUBSCRIBED_FEEDS_WRITE
同意程序寫入或改動訂閱內容的數據庫

24.android.permission.SUBSCRIBED_FEEDS_READ
同意程序訪問訂閱信息的數據庫

22.android.permission.STATUS_BAR
同意程序打開、關閉、禁用狀態欄

23.android.permission.SIGNAL_PERSISTENT_PROCESSES
同意程序發送一個永久的進程信號

24.android.permission.SET_WALLPAPER_HINTS
同意程序設置壁紙建議

25.android.permission.SET_WALLPAPER
同意程序設置桌面壁紙

26.android.permission.SET_TIME_ZONE
同意程序設置系統時區

27.android.permission.SET_TIME
同意程序設置系統時間

28.android.permission.SET_PROCESS_LIMIT
同意程序設置最大的進程數量的限制

29.android.permission.SET_PREFERRED_APPLICATIONS
同意程序設置應用的參數,已不再工作詳細查看addPackageToPreferred(String) 介紹

30.android.permission.SET_POINTER_SPEED
無法被第三方應用獲得,系統權限

31.android.permission.SET_ORIENTATION
同意程序設置屏幕方向為橫屏或標準方式顯示,不用於普通應用

32.android.permission.SET_DEBUG_APP
同意程序設置調試程序。一般用於開發

33.android.permission.SET_ANIMATION_SCALE
同意程序設置全局動畫縮放

34.android.permission.SET_ALWAYS_FINISH
同意程序設置程序在後臺是否總是退出

36.com.android.alarm.permission.SET_ALARM
同意程序設置鬧鈴提醒

37.android.permission.SET_ACTIVITY_WATCHER
同意程序設置Activity觀察器一般用於monkey測試

38.android.permission.SEND_SMS
同意程序發送短信

39.android.permission.SEND_RESPOND_VIA_MESSAGE
同意用戶在來電的時候用你的應用進行即時的短信息回復。

40.android.permission.RESTART_PACKAGES
同意程序結束任務通過restartPackage(String)方法,該方式將在外來放棄

41.android.permission.REORDER_TASKS
同意程序又一次排序系統Z軸執行中的任務

42.android.permission.RECORD_AUDIO
同意程序錄制聲音通過手機或耳機的麥克

43.android.permission.RECEIVE_WAP_PUSH
同意程序接收WAP PUSH信息

44.android.permission.RECEIVE_SMS
同意程序接收短信

45.android.permission.RECEIVE_MMS
同意程序接收彩信

46.android.permission.RECEIVE_BOOT_COMPLETED
同意程序開機自己主動執行

47.android.permission.REBOOT
同意程序又一次啟動設備

48.android.permission.READ_USER_DICTIONARY
從一個提供器中獲取數據,針對相應的提供器。應用程序須要“讀訪問權限”

49.android.permission.READ_SYNC_STATS
同意程序讀取同步狀態。獲得Google在線同步狀態

50.android.permission.READ_SYNC_SETTINGS
同意程序讀取同步設置,讀取Google在線同步設置

51.android.permission.READ_SOCIAL_STREAM
讀取用戶的社交信息流

52.android.permission.READ_SMS
同意程序讀取短信內容

53.android.permission.READ_PROFILE
訪問用戶個人資料

54.android.permission.READ_PHONE_STATE
同意程序訪問電話狀態

55.android.permission.READ_LOGS
同意程序讀取系統底層日誌

56.android.permission.READ_INPUT_STATE
同意程序讀取當前鍵的輸入狀態。僅用於系統

57.com.android.browser.permission.READ_HISTORY_BOOKMARKS
同意程序讀取瀏覽器收藏夾和歷史記錄

58.android.permission.READ_FRAME_BUFFER
同意程序讀取幀緩存用於屏幕截圖

59.android.permission.READ_EXTERNAL_STORAGE
程序能夠讀取設備外部存儲空間(內置SDcard和外置SDCard)的文件,假設您的App已經加入了“WRITE_EXTERNAL_STORAGE ”權限 ,則就沒

必要加入讀的權限了,寫權限已經包括了讀權限了。

60.android.permission.READ_CONTACTS
同意程序訪問聯系人通訊錄信息

61.android.permission.READ_CALL_LOG
讀取通話記錄

62.android.permission.READ_CALENDAR
同意程序讀取用戶的日程信息

63.android.permission.PROCESS_OUTGOING_CALLS
同意程序監視,改動或放棄播出電話

64.android.permission.PERSISTENT_ACTIVITY
同意程序創建一個永久的Activity。該功能標記為將來將被移除

65.android.permission.NFC
同意程序運行NFC近距離通訊操作。用於移動支持

66.android.permission.MOUNT_UNMOUNT_FILESYSTEMS
同意程序掛載、反掛載外部文件系統

67.android.permission.MOUNT_FORMAT_FILESYSTEMS
同意程序格式化可移動文件系統。比方格式化清空SD卡

68.android.permission.MODIFY_PHONE_STATE
同意程序改動電話狀態,如飛行模式。但不包括替換系統撥號器界面

69.android.permission.MODIFY_AUDIO_SETTINGS
同意程序改動聲音設置信息

70.android.permission.MEDIA_CONTENT_CONTROL
同意一個應用程序知道什麽是播放和控制其內容。

不被第三方應用使用。

71.android.permission.MASTER_CLEAR
同意程序運行軟格式化,刪除系統配置信息

72.android.permission.MANAGE_DOCUMENTS
同意一個應用程序來管理文檔的訪問,一般是一個文檔選擇器部分

73.android.permission.MANAGE_APP_TOKENS
管理創建、摧毀、Z軸順序。僅用於系統

74.android.permission.MANAGE_ACCOUNTS
同意程序管理AccountManager中的賬戶列表

75.android.permission.LOCATION_HARDWARE
同意一個應用程序中使用定位功能的硬件,不使用第三方應用

76.android.permission.KILL_BACKGROUND_PROCESSES
同意程序調用killBackgroundProcesses(String).方法結束後臺進程

77.android.permission.INTERNET
同意程序訪問網絡連接,可能產生GPRS流量

78.android.permission.INTERNAL_SYSTEM_WINDOW
同意程序打開內部窗體。不正確第三方應用程序開放此權限

79.com.android.launcher.permission.INSTALL_SHORTCUT
創建快捷方式

80.android.permission.INSTALL_PACKAGES
同意程序安裝應用

81.android.permission.INSTALL_LOCATION_PROVIDER
同意程序安裝定位提供

82.android.permission.INJECT_EVENTS
同意程序訪問本程序的底層事件。獲取按鍵、軌跡球的事件流

83.android.permission.HARDWARE_TEST
同意程序訪問硬件輔助設備。用於硬件測試

84.android.permission.GLOBAL_SEARCH
同意程序同意全局搜索

85.android.permission.GET_TOP_ACTIVITY_INFO
同意一個應用程序檢索私有信息是當前最頂級的活動,不被第三方應用使用

86.android.permission.GET_TASKS
同意程序獲取任務信息

87.android.permission.GET_PACKAGE_SIZE
同意程序獲取應用的文件大小

88.android.permission.GET_ACCOUNTS
同意程序訪問賬戶Gmail列表

89.android.permission.FORCE_BACK
同意程序強制使用back後退按鍵,不管Activity是否在頂層

90.android.permission.FLASHLIGHT
同意訪問閃光燈

91.android.permission.FACTORY_TEST
同意程序執行工廠測試模式

92.android.permission.EXPAND_STATUS_BAR
同意程序擴展或收縮狀態欄

93.android.permission.DUMP
同意程序獲取系統dump信息從系統服務

94.android.permission.DISABLE_KEYGUARD
同意程序禁用鍵盤鎖

95.android.permission.DIAGNOSTIC
同意程序到RW到診斷資源

96.android.permission.DEVICE_POWER
同意程序訪問底層電源管理

97.android.permission.DELETE_PACKAGES
同意程序刪除應用

98.android.permission.DELETE_CACHE_FILES
同意程序刪除緩存文件

99.android.permission.CONTROL_LOCATION_UPDATES
同意程序獲得移動網絡定位信息改變

100.android.permission.CLEAR_APP_USER_DATA
同意程序清除用戶數據

101.android.permission.CLEAR_APP_CACHE
同意程序清除應用緩存

102.android.permission.CHANGE_WIFI_STATE
同意程序改變WiFi狀態

103.android.permission.CHANGE_WIFI_MULTICAST_STATE
同意程序改變WiFi多播狀態

104.android.permission.CHANGE_NETWORK_STATE
同意程序改變網絡狀態,如是否聯網

105.android.permission.CHANGE_CONFIGURATION
同意當前應用改變配置,如定位

106.android.permission.CHANGE_COMPONENT_ENABLED_STATE
改變組件是否啟用狀態

107.android.permission.CAPTURE_VIDEO_OUTPUT
同意一個應用程序捕獲視頻輸出,不被第三方應用使用

108.android.permission.CAPTURE_SECURE_VIDEO_OUTPUT
同意一個應用程序捕獲視頻輸出。不被第三方應用使用

109.android.permission.CAPTURE_AUDIO_OUTPUT
同意一個應用程序捕獲音頻輸出。

不被第三方應用使用

110.android.permission.CAMERA
同意程序訪問攝像頭進行拍照

111.android.permission.CALL_PRIVILEGED
同意程序撥打電話,替換系統的撥號器界面

112.android.permission.CALL_PHONE
同意程序從非系統撥號器裏撥打電話

113.android.permission.BROADCAST_WAP_PUSH
WAP PUSH服務收到後觸發一個廣播

114.android.permission.BROADCAST_STICKY
同意程序收到廣播後高速收到下一個廣播

115.android.permission.BROADCAST_SMS
同意程序當收到短信時觸發一個廣播

116.android.permission.BROADCAST_PACKAGE_REMOVED
同意程序刪除時廣播

117.android.permission.BRICK
可以禁用手機。很危急。顧名思義就是讓手機變成磚頭

118.android.permission.BLUETOOTH_PRIVILEGED
同意應用程序配對藍牙設備。而無需用戶交互。這不是第三方應用程序可用。

119.android.permission.BLUETOOTH_ADMIN
同意程序進行發現和配對新的藍牙設備

120.android.permission.BLUETOOTH
同意程序連接配對過的藍牙設備

121.android.permission.BIND_WALLPAPER
必須通過WallpaperService服務來請求,僅僅有系統才幹用

122.android.permission.BIND_VPN_SERVICE
綁定VPN服務
必須通過VpnService服務來請求,僅僅有系統才幹用

123.android.permission.BIND_TEXT_SERVICE
必需要求textservice(比如嗎 spellcheckerservice)。以確保僅僅有系統能夠綁定到它。

124.android.permission.BIND_REMOTEVIEWS
必須通過RemoteViewsService服務來請求。僅僅有系統才幹用

125.android.permission.BIND_PRINT_SERVICE
必需要求由printservice。以確保僅僅有系統能夠綁定到它。

126.android.permission.BIND_NOTIFICATION_LISTENER_SERVICE
必需要求由notificationlistenerservice。以確保僅僅有系統能夠綁定到它。

127.android.permission.BIND_NFC_SERVICE
由hostapduservice或offhostapduservice必須確保僅僅有系統能夠綁定到它。

128.android.permission.BIND_INPUT_METHOD
請求InputMethodService服務。僅僅有系統才幹使用

129.android.permission.BIND_DEVICE_ADMIN
請求系統管理員接收者receiver。僅僅有系統才幹使用

130.android.permission.BIND_APPWIDGET
同意程序告訴appWidget服務須要訪問小插件的數據庫,僅僅有很少的應用才用到此權限

131.android.permission.BIND_ACCESSIBILITY_SERVICE
請求accessibilityservice服務,以確保僅僅有系統能夠綁定到它。

132.android.permission.AUTHENTICATE_ACCOUNTS
同意程序通過賬戶驗證方式訪問賬戶管理ACCOUNT_MANAGER相關信息

133.com.android.voicemail.permission.ADD_VOICEMAIL
同意一個應用程序加入語音郵件系統

134.android.permission.ACCOUNT_MANAGER
同意程序獲取賬戶驗證信息。主要為GMail賬戶信息。僅僅有系統級進程才幹訪問的權限

135.android.permission.ACCESS_WIFI_STATE
同意程序獲取當前WiFi接入的狀態以及WLAN熱點的信息

136.android.permission.ACCESS_SURFACE_FLINGER
Android平臺上底層的圖形顯示支持,一般用於遊戲或照相機預覽界面和底層模式的屏幕截圖

137.android.permission.ACCESS_NETWORK_STATE
同意程序獲取網絡信息狀態,如當前的網絡連接是否有效

138.android.permission.ACCESS_MOCK_LOCATION
同意程序獲取模擬定位信息,一般用於幫助開發人員調試應用

139.android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
同意程序訪問額外的定位提供者指令

140.android.permission.ACCESS_FINE_LOCATION
同意程序通過GPS芯片接收衛星的定位信息

141.android.permission.ACCESS_COARSE_LOCATION
同意程序通過WiFi或移動基站的方式獲取用戶錯略的經緯度信息

142.android.permission.ACCESS_CHECKIN_PROPERTIES
同意程序讀取或寫入登記check-in數據庫屬性表的權限

如有幫助,請多關註在下,謝謝

android權限(permission)大全