OSDN Git Service

Update to use correct resources.
authorDianne Hackborn <hackbod@google.com>
Thu, 4 Mar 2010 19:37:50 +0000 (11:37 -0800)
committerDianne Hackborn <hackbod@google.com>
Thu, 4 Mar 2010 19:37:50 +0000 (11:37 -0800)
apps/Development/src/com/android/development/SyncAdapterDriver.java

index c37075f..a91e0ed 100644 (file)
@@ -20,6 +20,7 @@ import android.app.Activity;
 import android.app.PendingIntent;
 import android.app.Dialog;
 import android.app.AlertDialog;
+import android.content.res.Resources;
 import android.content.res.TypedArray;
 import android.content.pm.RegisteredServicesCache;
 import android.content.pm.RegisteredServicesCacheListener;
@@ -350,8 +351,9 @@ public class SyncAdapterDriver extends Activity
             super(context, SERVICE_INTERFACE, SERVICE_META_DATA, ATTRIBUTES_NAME, null);
         }
 
-        public SyncAdapterType parseServiceAttributes(String packageName, AttributeSet attrs) {
-            TypedArray sa = mContext.getResources().obtainAttributes(attrs,
+        public SyncAdapterType parseServiceAttributes(Resources res,
+                String packageName, AttributeSet attrs) {
+            TypedArray sa = res.obtainAttributes(attrs,
                     com.android.internal.R.styleable.SyncAdapter);
             try {
                 final String authority =