Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de157720 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

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

parents 6fa1ab94 305cb878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();