aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2010-11-15 11:30:44 -0800
committerRaphael Moll <ralf@android.com>2010-11-15 11:30:44 -0800
commite7af4c0350b19394308c197e8766d4ac79e788ac (patch)
treed72660ac3fd053bea183dc19ebffddba596cbd22 /files
parent6420b490b26047e05c890c4fb0db65f687142fce (diff)
downloadsdk-e7af4c0350b19394308c197e8766d4ac79e788ac.zip
sdk-e7af4c0350b19394308c197e8766d4ac79e788ac.tar.gz
sdk-e7af4c0350b19394308c197e8766d4ac79e788ac.tar.bz2
Exclude BackupAgentHelper classes from Proguard.
To use the Backup API in Froyo, an app needs to typically extend this helper class and the class is only referenced from the AndroidManifest.xml, so ideally we should exclude such classes from Proguard by default. Change-Id: I690220d2e89a8ff6d0664be93dad55da8b7b66c2
Diffstat (limited to 'files')
-rw-r--r--files/proguard.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/proguard.cfg b/files/proguard.cfg
index 8ad7d33..a88f3b7 100644
--- a/files/proguard.cfg
+++ b/files/proguard.cfg
@@ -10,6 +10,7 @@
-keep public class * extends android.app.Service
-keep public class * extends android.content.BroadcastReceiver
-keep public class * extends android.content.ContentProvider
+-keep public class * extends android.app.backup.BackupAgentHelper
-keep public class com.android.vending.licensing.ILicensingService
-keepclasseswithmembernames class * {