Merge "Wait for IMediaCasService to be ready"
This commit is contained in:
@@ -104,7 +104,7 @@ public final class MediaCas implements AutoCloseable {
|
||||
@Override
|
||||
protected IMediaCasService create() {
|
||||
try {
|
||||
return IMediaCasService.getService();
|
||||
return IMediaCasService.getService(true /*wait*/);
|
||||
} catch (RemoteException e) {}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user