summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: c08309f546ff1f3f3ce271f6b8940a68deeed068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-keep class com.android.incallui.widget.multiwaveview.* {
  *;
}

-keep public class com.android.incallui.MediaHandler
-keep public class com.android.incallui.ImsCamera

-keepclasseswithmembers class * {
    native <methods>;
}

-keep class com.android.incallui.MediaHandler {
    *** onMediaEvent(...);
}


# Keep names that are used only by animation framework.
-keepclasseswithmembers class com.android.incallui.AnimationUtils$CrossFadeDrawable {
    *** setCrossFadeAlpha(...);
}