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

Commit 305cb878 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Exposing method to register content providers in sandbox context

Bug: 263286512
Test: presubmit
Change-Id: I04a8160afec2ea0d153eca113537a8778d8f3514
parent ba73400f
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();