Reset support for themed icons (1/3).

Fix: 267804366
Test: unit tests
Test: manually verified starting with themed icons on or off, reset
button shows when different from original value, button hides when the
same as the original value, resetting and confirming returns to the
original value

Change-Id: If787072f12c23aa61ca81753ad12be50e8897dc1
diff --git a/Android.bp b/Android.bp
index eb37963..3c5ef19 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,7 @@
         "androidx.cardview_cardview",
         "androidx-constraintlayout_constraintlayout",
         "androidx.exifinterface_exifinterface",
+	"androidx.lifecycle_lifecycle-livedata-ktx",
         "androidx.lifecycle_lifecycle-runtime-ktx",
         "androidx.recyclerview_recyclerview",
         "androidx.slice_slice-view",