Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfb1d366 authored by John Shao's avatar John Shao
Browse files

Fix classnotfound when unmarshalling suggestions

Add proguard rule keeping parcelables

Test: installGoogleRelease and verify error is gone

Bug: 34127945
Change-Id: I186624d78e708e8d758adf59dfbe8c33c4c84215
parent f0eecb91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
-useuniqueclassmembernames

-keep class * implements android.os.Parcelable { *; }

-keep class com.android.contacts.model.Sources {
  public <init>(...);
}