Skip to content

Commit 02e18d4

Browse files
Christopher TateAndroid (Google) Code Review
authored andcommitted
Merge "Make the default backup configuration "disabled; local transport selected"" into froyo
2 parents 397c0f5 + 09dedc9 commit 02e18d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/SettingsProvider/res/values/defaults.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
<bool name="def_networks_available_notification_on">true</bool>
4848

4949
<bool name="def_backup_enabled">false</bool>
50-
<string name="def_backup_transport" translatable="false"></string>
50+
<string name="def_backup_transport" translatable="false">android/com.android.internal.backup.LocalTransport</string>
51+
5152
<!-- Default value for whether or not to pulse the notification LED when there is a
5253
pending notification -->
5354
<bool name="def_notification_pulse">true</bool>

0 commit comments

Comments
 (0)