`
keren
  • 浏览: 1558100 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

flex4.5移动设备开发-应用访问权限设置

    博客分类:
  • Flex
 
阅读更多
在构建flex4.5 mobile application的时候,会遇到选择平台权限的问题(Choose mobile application permissions),adobe里面有个文档:
http://help.adobe.com/en_US/flex/mobileapps/WSa8161994b114d624-33657d5912b7ab2d73b-7fe2.html#WSe4e4b720da9dedb53d70042612e27c5c3d4-7ffc

针对android有:


Permissions for the Google Android platform
For the Google Android platform, you can set the following permissions:

INTERNETAllows network requests and remote debuggingThe INTERNET permission is selected by default. If you deselect this permission, you cannot debug your application on a device.


WRITE_EXTERNAL_STORAGEAllows writing to an external deviceSelect this permission to let the application write to an external memory card on the device.


READ_PHONE_STATEMutes the audio during an incoming callSelect this permission to let the application mute the audio during phone calls. For example, you can select this permission if your application plays audio in the background.


ACCESS_FINE_LOCATIONAllows access to a GPS location Select this permission to let the application access GPS data using the Geolocation class.


DISABLE_KEYGUARD and WAKE_LOCKDisallows sleep mode on the device Select this permission to prevent the device from going to sleep using the SystemIdleMode class settings.


CAMERAAllows access to a cameraSelect this permission to let the application access a camera.


RECORD_AUDIOAllows access to a microphoneSelect this permission to let the application access a microphone.


ACCESS_NETWORK_STATE and ACCESS_WIFI_STATEAllows access to information about network interfaces associated with the deviceSelect this permission to let the application access network information using the NetworkInfo class.

苹果的和其他的需要,另外设置.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics