Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Move transport out of system server.
Browse files Browse the repository at this point in the history
Test: Builds
Bug: 113569323
Change-Id: I83a9f44160d1b2914eb9d9dbf0d8f34637e8eaea
  • Loading branch information
Stefanot committed Sep 7, 2018
1 parent 5a18630 commit 7b6b0b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<!-- 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>
<string name="def_backup_transport">com.android.localtransport/.LocalTransport</string>
</resources>

0 comments on commit 7b6b0b4

Please sign in to comment.