Android Cache Partition

来自:http://dlwt.csdn.net/fd.php?i=326037831086282&s=eeb1c29671889674de8258c0f1e29882

 

Android Cache Partition

 

What means Backup

Android's backup service allows you to copy your persistent application data to remote "cloud" storage, in order to provide a restore point for the application data and settings. If a user performs a factory reset or converts to a new Android-powered device, the system automatically restores your backup data when the application is re-installed. This way, your users don't need to reproduce their previous data or application settings. This process is completely transparent to the user and does not affect the functionality or user experience in your application.

How Backup works?

Settings->privacy->Back up my data
   We can enable “Backup” here.
When backupping,BackupManager copy app’s own files to /cache/backup/ app_name
When restoring,BackupManager copy files back from /cache/backup/ app_name
System apps who use “backup”:
   Settings, browser, inputmethod , userdictionary ,
   Wallpapers, wifi service and backup native command--- bmgr
The space “Backup” takes depends on size of app’s files.

WhatsDownloadProvider

Android 内部提供了一个 DownloadProvider ,是一个非常完整的下载工具,提供了很好的外部接口可以被其他应用程序调用,来完成下载工作。同时也提供和很好的下载、通知、存储等机制。
Android Browser 等工具里面都用到了这个 DownloadProvider
但是很遗憾的是,这个 DownloadProvider 不对 app 开发人员开放,只作为内部使用。
Market.apk 源码没有公开,推断使用了 DownloadProvider 进行 app 的下载

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值