添加WiFi以及访问网络的权限:
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" ></uses-permission>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" ></uses-permission>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" ></uses-permission>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" ></uses-permission>
<uses-permission android:name="android.permission.INTERNET" ></uses-permission>
<uses-permission android:name="android.permission.WAKE_LOCK" ></uses-permission>


操作外部存储设备文件:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />


录音时需要的权限:
<uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>


录制视频时需要的权限:
<uses-permission android:name="android.permission.CAMERA"></uses-permission>
<uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>


发送短信:
<uses-permission android:name="android.permission.SEND_SMS" ></uses-permission>


网上有android权限的列表,但不全,以下是转载部分
android.permission.ACCESS_CHECKIN_PROPERTIES

Allowsread/writeaccesstothe"properties"tableinthecheckindatabase,tochangevaluesthatgetuploaded
允许读写访问"properties"表在checkin数据库中,改值可以修改上传

android.permission.ACCESS_COARSE_LOCATION
Allowsanapplicationtoaccesscoarse(e.g.,Cell-ID,WiFi)location
允许一个程序访问CellID或WiFi热点来获取粗略的位置

android.permission.ACCESS_FINE_LOCATION
Allowsanapplicationtoaccessfine(e.g.,GPS)location
允许一个程序访问精良位置(如GPS)

android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
Allowsanapplicationtoacces*tralocationprovidercommands
允许应用程序访问额外的位置提供命令

android.permission.ACCESS_MOCK_LOCATION
Allowsanapplicationtocreatemocklocationprovidersfortesting
允许程序创建模拟位置提供用于测试

android.permission.ACCESS_NETWORK_STATE
Allowsapplicationstoaccessinformationaboutnetworks
允许程序访问有关GSM网络信息

android.permission.ACCESS_SURFACE_FLINGER
AllowsanapplicationtouseSurfaceFlinger'slowlevelfeatures
允许程序使用SurfaceFlinger底层特性

android.permission.ACCESS_WIFI_STATE
AllowsapplicationstoaccessinformationaboutWi-Finetworks
允许程序访问Wi-Fi网络状态信息

android.permission.ADD_SYSTEM_SERVICE
Allowsanapplicationtopublishsystem-levelservices
允许程序发布系统级服务

android.permission.BATTERY_STATS
Allowsanapplicationtoupdatethecollectedbatterystatistics
允许程序更新手机电池统计信息


android.permission.BLUETOOTH
Allowsapplicationstoconnecttopairedbluetoothdevices
允许程序连接到已配对的蓝牙设备

android.permission.BLUETOOTH_ADMIN
Allowsapplicationstodiscoverandpairbluetoothdevices
允许程序发现和配对蓝牙设备

android.permission.BRICK
Requiredtobeabletodisablethedevice(verydangerous!)
请求能够禁用设备(非常危险)

android.permission.BROADCAST_PACKAGE_REMOVED
Allowsanapplicationtobroadcastanotificationthatanapplicationpackagehasbeenremoved
允许程序广播一个提示消息在一个应用程序包已经移除后

android.permission.BROADCAST_STICKY
Allowsanapplicationtobroadcaststickyintents
允许一个程序广播常用intents

android.permission.CALL_PHONE
AllowsanapplicationtoinitiateaphonecallwithoutgoingthroughtheDialeruserinterfacefortheusertoconfirmthecallbeingplaced
允许一个程序初始化一个电话拨号不需通过拨号用户界面需要用户确认

android.permission.CALL_PRIVILEGED
Allowsanapplicationtocallanyphonenumber,includingemergencynumbers,withoutgoingthroughtheDialeruserinterfacefortheusertoconfirmthecallbeingplaced
允许一个程序拨打任何号码,包含紧急号码无需通过拨号用户界面需要用户确认

android.permission.CAMERA
Requiredtobeabletoaccessthecameradevice
请求访问使用照相设备

android.permission.CHANGE_COMPONENT_ENABLED_STATE
Allowsanapplicationtochangewhetheranapplicationcomponent(otherthanitsown)isenabledornot
允许一个程序是否改变一个组件或其他的启用或禁用

android.permission.CHANGE_CONFIGURATION
Allowsanapplicationtomodifythecurrentconfiguration,suchaslocale
允许一个程序修改当前设置,如本地化

android.permission.CHANGE_NETWORK_STATE
Allowsapplicationstochangenetworkconnectivitystate
允许程序改变网络连接状态

android.permission.CHANGE_WIFI_STATE
AllowsapplicationstochangeWi-Ficonnectivitystate
允许程序改变Wi-Fi连接状态

android.permission.CLEAR_APP_CACHE
Allowsanapplicationtoclearthecachesofallinstalledapplicationsonthedevice
允许一个程序清除缓存从所有安装的程序在设备中

android.permission.CLEAR_APP_USER_DATA
Allowsanapplicationtoclearuserdata
允许一个程序清除用户设置

android.permission.CONTROL_LOCATION_UPDATES
Allowsenabling/disablinglocationupdatenotificationsfromtheradio
允许启用禁止位置更新提示从无线模块

android.permission.DELETE_CACHE_FILES
Allowsanapplicationtodeletecachefiles
允许程序删除缓存文件

android.permission.DELETE_PACKAGES
Allowsanapplicationtodeletepackages
允许一个程序删除包

android.permission.DEVICE_POWER
Allowslow-levelaccesstopowermanagement
允许访问底层电源管理

android.permission.DIAGNOSTIC
AllowsapplicationstoRWtodiagnosticresources
允许程序RW诊断资源

android.permission.DISABLE_KEYGUARD
Allowsapplicationstodisablethekeyguard
允许程序禁用键盘锁

android.permission.DUMP
Allowsanapplicationtoretrievestatedumpinformationfromsystemservices
允许程序返回状态抓取信息从系统服务

android.permission.EXPAND_STATUS_BAR
Allowsanapplicationtoexpandorcollapsethestatusbar
允许一个程序扩展收缩在状态栏,Android开发网提示应该是一个类似WindowsMobile中的托盘程序

android.permission.FACTORY_TEST
Runasamanufacturertestapplication,runningastherootuser
作为一个工厂测试程序,运行在root用户

android.permission.FLASHLIGHT
Allowsaccesstotheflashlight
访问闪光灯,Android开发网提示HTCDream不包含闪光灯

android.permission.FORCE_BACK
AllowsanapplicationtoforceaBACKoperationonwhateveristhetopactivity
允许程序强行一个后退操作是否在顶层activities

android.permission.FOTA_UPDATE
暂时不了解这是做什么使用的,Android开发网分析可能是一个预留权限.

android.permission.GET_ACCOUNTS
AllowsaccesstothelistofaccountsintheAccountsService
访问一个帐户列表在AccountsService中

android.permission.GET_PACKAGE_SIZE
Allowsanapplicationtofindoutthespaceusedbyanypackage
允许一个程序获取任何package占用空间容量

android.permission.GET_TASKS
Allowsanapplicationtogetinformationaboutthecurrentlyorrecentlyrunningtasks:athumbnailrepresentationofthetasks,whatactivitiesarerunninginit,etc
允许一个程序获取信息有关当前或最近运行的任务,一个缩略的任务状态,是否活动等等

android.permission.HARDWARE_TEST
Allowsaccesstohardwareperipherals.
允许访问硬件

android.permission.INJECT_EVENTS
Allowsanapplicationtoinjectuserevents(keys,touch,trackball)intotheeventstreamanddeliverthemtoANYwindow
允许一个程序截获用户事件如按键、触摸、轨迹球等等到一个时间流

android.permission.INSTALL_PACKAGES
Allowsanapplicationtoinstallpackages
允许一个程序安装packages

android.permission.INTERNAL_SYSTEM_WINDOW
Allowsanapplicationtoopenwindowsthatareforusebypartsofthesystemuserinterface
允许打开窗口使用系统用户界面

android.permission.INTERNET
Allowsapplicationstoopennetworksockets
允许程序打开网络套接字

android.permission.MANAGE_APP_TOKENS
Allowsanapplicationtomanage(create,destroy,Z-order)applicationtokensinthewindowmanager
允许程序管理(创建、催后、z-order默认向z轴推移)程序引用在窗口管理器中

android.permission.MASTER_CLEAR
目前还没有明确的解释,可能是清除一切数据,类似硬格机

android.permission.MODIFY_AUDIO_SETTINGS
Allowsanapplicationtomodifyglobalaudiosettings
允许程序修改全局音频设置

android.permission.MODIFY_PHONE_STATE
Allowsmodificationofthetelephonystate-poweron,mmi,etc
允许修改话机状态,如电源,人机接口等

android.permission.MOUNT_UNMOUNT_FILESYSTEMS
Allowsmountingandunmountingfilesystemsforremovablestorage
允许挂载和反挂载文件系统可移动存储

android.permission.PERSISTENT_ACTIVITY
Allowanapplicationtomakeitsactivitiespersistent
允许一个程序设置他的activities显示

android.permission.PROCESS_OUTGOING_CALLS
Allowsanapplicationtomonitor,modify,orabortoutgoingcalls
允许程序监视、修改有关播出电话

android.permission.READ_CALENDAR
Allowsanapplicationtoreadtheuser'scalendardata
允许程序读取用户日历数据

android.permission.READ_CONTACTS
Allowsanapplicationtoreadtheuser'scontactsdata.
允许程序读取用户联系人数据

android.permission.READ_FRAME_BUFFER
Allowsanapplicationtotakescreenshotsandmoregenerallygetaccesstotheframebufferdata
允许程序屏幕波或和更多常规的访问帧缓冲数据

android.permission.READ_INPUT_STATE
Allowsanapplicationtoretrievethecurrentstateofkeysandswitches
允许程序返回当前按键状态

android.permission.READ_LOGS
Allowsanapplicationtoreadthelow-levelsystemlogfiles.
允许程序读取底层系统日志文件

android.permission.READ_OWNER_DATA
Allowsanapplicationtoreadtheowner'sdata
允许程序读取所有者数据

android.permission.READ_SMS
AllowsanapplicationtoreadSMSmessages
允许程序读取短信息

android.permission.READ_SYNC_SETTINGS
Allowsapplicationstoreadthesyncsettings
允许程序读取同步设置

android.permission.READ_SYNC_STATS
Allowsapplicationstoreadthesyncstats
允许程序读取同步状态

android.permission.REBOOT
Requiredtobeabletorebootthedevice.
请求能够重新启动设备

android.permission.RECEIVE_BOOT_COMPLETED
AllowsanapplicationtoreceivetheACTION_BOOT_COMPLETEDthatisbroadcastafterthesystemfinishesbooting
允许一个程序接收到ACTION_BOOT_COMPLETED广播在系统完成启动

android.permission.RECEIVE_MMS
AllowsanapplicationtomonitorincomingMMSmessages,torecordorperformprocessingonthem
允许一个程序监控将收到MMS彩信,记录或处理

android.permission.RECEIVE_SMS
AllowsanapplicationtomonitorincomingSMSmessages,torecordorperformprocessingonthem
允许程序监控一个将收到短信息,记录或处理

android.permission.RECEIVE_WAP_PUSH
AllowsanapplicationtomonitorincomingWAPpushmessages
允许程序监控将收到WAPPUSH信息

android.permission.RECORD_AUDIO
Allowsanapplicationtorecordaudio
允许程序录制音频

android.permission.REORDER_TASKS
AllowsanapplicationtochangetheZ-orderoftasks
允许程序改变Z轴排列任务

android.permission.RESTART_PACKAGES
Allowsanapplicationtorestartotherapplications
允许程序重新启动其他程序

android.permission.SEND_SMS
AllowsanapplicationtosendSMSmessages
允许程序发送SMS短信

android.permission.SET_ACTIVITY_WATCHER
Allowsanapplicationtowatchandcontrolhowactivitiesarestartedgloballyinthesystem
允许程序监控或控制activities已经启动全局系统中

android.permission.SET_ALWAYS_FINISH
Allowsanapplicationtocontrolwhetheractivitiesareimmediatelyfinishedwhenputinthebackground
允许程序控制是否活动间接完成在处于后台时

android.permission.SET_ANIMATION_SCALE
Modifytheglobalanimationscalingfactor
修改全局信息比例

android.permission.SET_DEBUG_APP
Configureanapplicationfordebugging
配置一个程序用于调试

android.permission.SET_ORIENTATION
Allowslow-levelaccesstosettingtheorientation(actuallyrotation)ofthescreen
允许底层访问设置屏幕方向和实际旋转

android.permission.SET_PREFERRED_APPLICATIONS
AllowsanapplicationtomodifythelistofpreferredapplicationswiththePackageManager.addPackageToPreferred()andPackageManager.removePackageFromPreferred()methods
允许一个程序修改列表参数PackageManager.addPackageToPreferred()和packageManager.removePackageFromPreferred()方法

android.permission.SET_PROCESS_FOREGROUND
Allowsanapplicationtoforceanycurrentlyrunningprocesstobeintheforeground
允许程序当前运行程序强行到前台

android.permission.SET_PROCESS_LIMIT
Allowsanapplicationtosetthemaximumnumberof(notneeded)applicationprocessesthatcanberunning
允许设置最大的运行进程数量

android.permission.SET_TIME_ZONE
Allowsapplicationstosetthesystemtimezone
允许程序设置时间区域

android.permission.SET_WALLPAPER
Allowsapplicationstosetthewallpaper
允许程序设置壁纸

android.permission.SET_WALLPAPER_HINTS
Allowsapplicationstosetthewallpaperhints
允许程序设置壁纸hits

android.permission.SIGNAL_PERSISTENT_PROCESSES
Allowanapplicationtorequestthatasignalbesenttoallpersistentprocesses
允许程序请求发送信号到所有显示的进程中

android.permission.STATUS_BAR
Allowsanapplicationtoopen,close,ordisablethestatusbaranditsicons
允许程序打开、关闭或禁用状态栏及图标

android.permission.SUBSCRIBED_FEEDS_READ
AllowsanapplicationtoallowaccessthesubscribedfeedsContentProvider
允许一个程序访问订阅RSSFeed内容提供

android.permission.SUBSCRIBED_FEEDS_WRITE
系统暂时保留改设置,未来版本可能会加入该功能

android.permission.SYSTEM_ALERT_WINDOW
AllowsanapplicationtoopenwindowsusingthetypeTYPE_SYSTEM_ALERT,shownontopofallotherapplications
允许一个程序打开窗口使用TYPE_SYSTEM_ALERT,显示在其他所有程序的顶层

android.permission.VIBRATE
Allowsaccesstothevibrator
允许访问振动设备

android.permission.WAKE_LOCK
AllowsusingPowerManagerWakeLockstokeepprocessorfromsleepingorscreenfromdimming
允许使用PowerManager的WakeLocks保持进程在休眠时从屏幕消失

android.permission.WRITE_APN_SETTINGS
Allowsapplicationstowritetheapnsettings
允许程序写入API设置

android.permission.WRITE_CALENDAR
Allowsanapplicationtowrite(butnotread)theuser'scalendardata
允许一个程序写入但不读取用户日历数据

android.permission.WRITE_CONTACTS
Allowsanapplicationtowrite(butnotread)theuser'scontactsdata
允许程序写入但不读取用户联系人数据

android.permission.WRITE_GSERVICES
AllowsanapplicationtomodifytheGoogleservicemap
允许程序修改Google服务地图

android.permission.WRITE_OWNER_DATA
Allowsanapplicationtowrite(butnotread)theowner'sdata
允许一个程序写入但不读取所有者数据

android.permission.WRITE_SETTINGS
Allowsanapplicationtoreadorwritethesystemsettings
允许程序读取或写入系统设置

android.permission.WRITE_SMS
AllowsanapplicationtowriteSMSmessages
允许程序写短信

android.permission.WRITE_SYNC_SETTINGS
Allowsapplicationstowritethesyncsettings
允许程序写入同步设置

更多相关文章

  1. Android(安卓)Studio 启动安卓模拟器时,报VT-x is disabled in BI
  2. Android(安卓)context 和 getApplicationContext()
  3. 新建自己的Activity
  4. Android(安卓)应用内切换语言 实现多语言功能
  5. android 开发之Action Bar 详解
  6. Android卡片组件(CardView)
  7. 学习Android之SimpleAdapter显示网络图片
  8. android通过线程实现逐行显示信息
  9. Android(安卓)structure

随机推荐

  1. 16:VMware Horizon View 8.0-创建配置RDS桌
  2. PHP的Excel导出与导入
  3. 后台五 角色管理
  4. 前端用Ajax实现数据异步加载,无刷新分页(核
  5. C语言循环分支结构深度总结实践
  6. Windows常用软件
  7. 数据产品新人的三大有毒问题,你犯了吗?
  8. docker安装
  9. 多厂商***系列之十七:华为AR系列路由器 实
  10. 文件夹管理: mv cp rm touch mkdir L