Blanket copy of PhoneApp to services/Telephony.
First phase of splitting out InCallUI from PhoneApp.
Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
diff --git a/proguard.flags b/proguard.flags
new file mode 100644
index 0000000..c5f4c72
--- /dev/null
+++ b/proguard.flags
@@ -0,0 +1,6 @@
+# Keep names that are used only by animation framework.
+-keepclasseswithmembers class com.android.phone.AnimationUtils$CrossFadeDrawable {
+ *** setCrossFadeAlpha(...);
+}
+
+-verbose
\ No newline at end of file