am c37018a7: am ddc026b1: Merge "Explicitly enable backup by default in SDK builds" into froyo

Merge commit 'c37018a7c485322b5cc1ae8060a47363ac3b3e49' into gingerbread-plus-aosp

* commit 'c37018a7c485322b5cc1ae8060a47363ac3b3e49':
  Explicitly enable backup by default in SDK builds
This commit is contained in:
Christopher Tate
2010-08-24 18:21:53 -07:00
committed by Android Git Automerger

View File

@@ -17,5 +17,8 @@
*/
-->
<resources>
<!-- The SDK builds do not talk to a remote backend, and enabling by
default makes for the best developer experience. -->
<bool name="def_backup_enabled">true</bool>
<string name="def_backup_transport">android/com.android.internal.backup.LocalTransport</string>
</resources>