From 2725633bb8b3c7f5dfc03e566b56a38d28a3e608 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Tue, 9 Mar 2010 11:37:41 -0500 Subject: Fix Proguard (was stripping too much). Bug: 2497870 Change-Id: I4ee61e9a02385bd43991bf22b73c0617ee6b9fae --- proguard.flags | 1 + 1 file changed, 1 insertion(+) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 4c5ea69..ae1dddc 100644 --- a/proguard.flags +++ b/proguard.flags @@ -1,3 +1,4 @@ -keepclassmembers class com.android.wallpaper.livepicker.LiveWallpaperPreview { public void setLiveWallpaper(android.view.View); + public void configureLiveWallpaper(android.view.View); } -- cgit v1.2.3