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

This commit is contained in:
Dirk Dougherty
2013-10-29 17:40:49 +00:00
committed by Android (Google) Code Review

View File

@@ -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>