mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Exposing method to register content providers in sandbox context" into tm-qpr-dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user