summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-06-19 17:09:33 -0700
committerYorke Lee <yorkelee@google.com>2014-06-19 17:09:33 -0700
commit7d20f8273886411ffc864231d59f780e450de3db (patch)
treeb25bd2862260abc12f6c37b9f02a30e0d6b81003 /proguard.flags
parenteb00573bbc1333a39a158a78dae36911e2cc6ee6 (diff)
downloadandroid_packages_apps_Dialer-7d20f8273886411ffc864231d59f780e450de3db.tar.gz
android_packages_apps_Dialer-7d20f8273886411ffc864231d59f780e450de3db.tar.bz2
android_packages_apps_Dialer-7d20f8273886411ffc864231d59f780e450de3db.zip
Fix Dialer tests
Fix Dialer tests and also wrap all startActivity calls that have the potential to fail with a catch block for ActivityNotFoundException Change-Id: I02ce4b985eeb0e3e607b8008a333e02168acd378
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/proguard.flags b/proguard.flags
index 40ef035fc..38d4050de 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -6,9 +6,9 @@
}
# Any class or method annotated with NeededForTesting or NeededForReflection.
--keep @com.android.contacts.common.test.NeededForTesting class *
+-keep @com.android.contacts.common.testing.NeededForTesting class *
-keepclassmembers class * {
-@com.android.contacts.common.test.NeededForTesting *;
+@com.android.contacts.common.testing.NeededForTesting *;
@com.android.dialer.NeededForReflection *;
}