commit | e1d57710fb38dae2747aadca0e5b6f98a84a0514 | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Tue Nov 17 10:55:45 2015 +0900 |
committer | Daichi Hirono <hirono@google.com> | Thu Nov 19 14:16:42 2015 +0900 |
tree | 14897cf3be6805623997e555b258d8861fe4f372 | |
parent | 26398b91bee2c35c407a3599c438c3745edaa67d [diff] |
Don't close database when all devices have been detached. ContentProvider is a singleton of the process. So it may live longer than Service. We could not close database when the service is destroyed. BUG=25730042 Change-Id: I591250c1a1e7c5705eb2585c71cac2598c0c0fb9