* commit 'f28ab7a75b87eede9a051b736b79cc9d598219a1': Fix logic error in CarrierService.
This commit is contained in:
@@ -91,7 +91,7 @@ public abstract class CarrierService extends Service {
|
||||
case BIND_SERVICE_INTERFACE:
|
||||
return mStubWrapper;
|
||||
default:
|
||||
null;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user