commit | b7d1a321d6f09f941d1c47dd5c225530c613c735 | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Wed Mar 10 06:49:07 2010 -0800 |
committer | Amith Yamasani <yamasani@google.com> | Wed Mar 10 06:49:07 2010 -0800 |
tree | 2801df463d17a06ca324e3d3790f87c0e425043d | |
parent | 9d0d421e99b46318170660a14c794f6c9b5e59d6 [diff] |
Fix backup agent un-proguard due to package name change Change-Id: Id03ae4f25b7c3351b008d1d9a5daa93157a7a89d
diff --git a/proguard.flags b/proguard.flags index 8a4a14f..9272fe9 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -1,2 +1,2 @@ -keep class com.android.providers.userdictionary.UserDictionaryProvider --keep class * extends android.app.BackupAgent +-keep class * extends android.app.backup.BackupAgent