|
@@ -44,7 +44,7 @@ public class AccountManagerService extends Service {
|
|
@Override
|
|
@Override
|
|
public IBinder onBind(Intent intent) {
|
|
public IBinder onBind(Intent intent) {
|
|
if(mBinder == null) {
|
|
if(mBinder == null) {
|
|
- mBinder = new InputStreamBinder(this, accountManager);
|
|
|
|
|
|
+ mBinder = new InputStreamBinder(getApplicationContext(), accountManager);
|
|
}
|
|
}
|
|
return mBinder;
|
|
return mBinder;
|
|
}
|
|
}
|