Persists bubbles to disk (part 1)

Bubbles are now write-through an xml file on disk upon addition/update,
asynchronously.

Bug: 149713060
Test: manually verify when new bubble pops up it is write through xml
Change-Id: I5d9f58cd0858ca96d5ec05c72aad4ae3a18c0aa0
This commit is contained in:
Pinyao Ting
2020-04-29 18:35:39 -07:00
parent e9fbacf6c5
commit ee191b1c69
11 changed files with 326 additions and 4 deletions

View File

@@ -129,6 +129,8 @@ android_library {
"androidx.lifecycle_lifecycle-extensions",
"androidx.dynamicanimation_dynamicanimation",
"androidx-constraintlayout_constraintlayout",
"kotlinx-coroutines-android",
"kotlinx-coroutines-core",
"iconloader_base",
"SystemUI-tags",
"SystemUI-proto",