摘要: Android中AndroidManifest.xml警告Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implications for the application's data)解决方案:android:allowBackup="true"android:allowBackup="false"http://developer.android.com/re 阅读全文
posted @ 2013-11-06 15:22 道奇兔 阅读(3772) 评论(0) 推荐(0)