Merge "Fix issue #6579824: Email crash observed after updating..." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f46bd06c68
@@ -4516,7 +4516,7 @@ public final class ActivityThread {
|
||||
boolean noisy, boolean noReleaseNeeded, boolean stable) {
|
||||
ContentProvider localProvider = null;
|
||||
IContentProvider provider;
|
||||
if (holder == null) {
|
||||
if (holder == null || holder.provider == null) {
|
||||
if (DEBUG_PROVIDER || noisy) {
|
||||
Slog.d(TAG, "Loading provider " + info.authority + ": "
|
||||
+ info.name);
|
||||
|
||||
Reference in New Issue
Block a user