Loading core/java/android/content/ContentProvider.java +4 −0 Original line number Diff line number Diff line Loading @@ -2112,6 +2112,10 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall mSingleUser = (info.flags & ProviderInfo.FLAG_SINGLE_USER) != 0; setAuthorities(info.authority); } if (Build.IS_DEBUGGABLE) { setTransportLoggingEnabled(Log.isLoggable(getClass().getSimpleName(), Log.VERBOSE)); } ContentProvider.this.onCreate(); } } Loading Loading
core/java/android/content/ContentProvider.java +4 −0 Original line number Diff line number Diff line Loading @@ -2112,6 +2112,10 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall mSingleUser = (info.flags & ProviderInfo.FLAG_SINGLE_USER) != 0; setAuthorities(info.authority); } if (Build.IS_DEBUGGABLE) { setTransportLoggingEnabled(Log.isLoggable(getClass().getSimpleName(), Log.VERBOSE)); } ContentProvider.this.onCreate(); } } Loading