-
Notifications
You must be signed in to change notification settings - Fork 0
/
proguard.flags
32 lines (30 loc) · 1.01 KB
/
proguard.flags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-keep class com.android.calendar.OtherPreferences
-keep class com.android.calendar.GeneralPreferences
-keepclassmembers class com.android.calendar.AllInOneActivity {
*** setControlsOffset(...);
}
-keepclassmembers class com.android.calendar.AllInOneActivity {
*** handleSelectSyncedCalendarsClicked(...);
}
-keepclassmembers class com.android.calendar.AsyncQueryServiceHelper$OperationInfo {
*** equivalent(...);
}
-keepclassmembers class com.android.calendar.DayView {
*** setAnimateDayHeight(...);
*** setAnimateDayEventHeight(...);
*** setMoreAllDayEventsTextAlpha(...);
*** setExpandDayHeightIconRotation(...);
*** setViewStartY(...);
*** setAnimateTodayAlpha(...);
*** setEventsAlpha(...);
*** getEventsAlpha(...);
}
-keepclassmembers class com.android.calendar.month.MonthWeekEventsView {
*** setAnimateTodayAlpha(...);
}
-keep public class * extends android.app.Fragment {
public <init>();
}
-keepclassmembers class * implements android.content.SharedPreferences$Editor {
public *** apply();
}