When an app is installed on the external storage:

  • The .apk file is saved to the external storage, but any app data (such as databases) is still saved on the internal device memory.
  • The container in which the .apk file is saved is encrypted with a key that allows the app to operate only on the device that installed it. (A user cannot transfer the SD card to another device and use apps installed on the card.) Though, multiple SD cards can be used with the same device.
  • At the user's request, the app can be moved to the internal storage.

    The user may also request to move an app from the internal storage to the external storage. However, the system will not allow the user to move the app to external storage if this attribute is set to internalOnly, which is the default setting.
    Introduced in: API Level 8.

最新文章

  1. ABP入门系列(1)——学习Abp框架之实操演练
  2. Java泛型介绍——HashMap总结
  3. [深入浅出WP8.1(Runtime)]Socket编程之UDP协议
  4. R树空间索引
  5. hdu4932 Miaomiao's Geometry
  6. 【ros】Create a ROS package:package dependencies报错
  7. :app:transformResourcesWithMergeJavaResForDebug FAILED
  8. Render Texture的使用(截取rendertexture的一帧到Texture2D)
  9. Ubuntu下Git服务端搭建
  10. jqm视频播放器,html5视频播放器,html5音乐播放器,html5媒体播放器,video开展demo,html5视频播放演示示例,html5移动视频播放器
  11. Android项目---LayoutParams
  12. mysql数据库 触发器简单实例
  13. linux文件权限赋值
  14. 201521123029《Java程序设计》第四周学习总结
  15. 接口interface,接口继承implements
  16. Mybatis使用过程问题总结
  17. 【html5】html5学习笔记2--表单
  18. Oracle-04:DDL语言数据表的操作
  19. BUAA面向对象设计与构造——第一单元总结
  20. percona-toolkit 之 【pt-online-schema-change】说明【转】

热门文章

  1. 桥接设计模式(Bridge)
  2. CoreRT
  3. net core (下)
  4. mongodb 分片技术
  5. Android Bitmap(位图)详解
  6. Java命令行实用工具jps和jstat 专题
  7. P4869 罪犯分组
  8. Hibernate 事物隔离级别
  9. {Linux} boot仅剩余XX字节
  10. elasticsearch查询方式