From b19e62add0a747127952862bb7bea0b73379edcc Mon Sep 17 00:00:00 2001 From: Fred Quintana Date: Thu, 16 Dec 2010 13:54:43 -0800 Subject: fix the TooManyDeletes to show up again It was moved so it was no longer in the location that SyncManager expected. I fixed it by (a) moving it to the SyncManager directory and by (b) changing the SyncManager to refer to it by class rather than by class name, which means it will now check for it at compile time, not run time. Bug: 3289922 Change-Id: I24f8bac371a16c62c2a38ed1024702c6d0913b93 --- core/res/AndroidManifest.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/res/AndroidManifest.xml') diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 92b50c7..981661a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1335,6 +1335,11 @@ android:exported="true"> + + + -- cgit v1.1