Merge "Exposing method to register content providers in sandbox context" into tm-qpr-dev

This commit is contained in:
Sunny Goyal
2023-02-03 07:34:10 +00:00
committed by Android (Google) Code Review

View File

@@ -134,7 +134,7 @@ public class LauncherModelHelper {
setupProvider(LauncherProvider.AUTHORITY, provider);
}
protected void setupProvider(String authority, ContentProvider provider) {
public void setupProvider(String authority, ContentProvider provider) {
ProviderInfo providerInfo = new ProviderInfo();
providerInfo.authority = authority;
providerInfo.applicationInfo = sandboxContext.getApplicationInfo();