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

Commit 57449569 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am 3bdf60dc: Merge "Doc change: Add update ProGuard keep rules for Google Play...

am 3bdf60dc: Merge "Doc change: Add update ProGuard keep rules for Google Play Services." into klp-dev

* commit '3bdf60dc':
  Doc change: Add update ProGuard keep rules for Google Play Services.
parents 4742fe3c 3bdf60dc
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -81,6 +81,19 @@ both phones and tablets.</p>
-keep class * extends java.util.ListResourceBundle {
    protected Object[][] getContents();
}

-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
    public static final *** NULL;
}

-keepnames @com.google.android.gms.common.annotation.KeepName class *
-keepclassmembernames class * {
    @com.google.android.gms.common.annotation.KeepName *;
}

-keepnames class * implements android.os.Parcelable {
    public static final ** CREATOR;
}
</pre>
</ol>