Add code for communicating with carrier servers
Add code to
* Authenticate with carrier servers
* Upload pictures via HTTP
* Download pictures via HTTP
Test: atest CallComposerAuthTest
Bug: 175435766
Change-Id: I22362c694867c75ea209a021e383a08d730c7972
diff --git a/proguard.flags b/proguard.flags
index c707f76..8eafd30 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -7,4 +7,9 @@
-keepclassmembers class * {
@**.NeededForTesting *;
}
+# TODO: remove this after call composer gets more integrated.
+# for the time being, this is here so that the tests don't fail when encountering dead code.
+-keep class com.android.phone.callcomposer.** {
+ *;
+}
-verbose
\ No newline at end of file