New widget picker, add support for work profile widgets
This commit is contained in:
@@ -45,6 +45,8 @@ dependencies {
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.materialcomponents.core)
|
||||
|
||||
implementation(libs.koin.android)
|
||||
|
||||
implementation(libs.androidx.palette)
|
||||
|
||||
implementation(project(":core:ktx"))
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package de.mm20.launcher2
|
||||
|
||||
import android.content.pm.PackageManager
|
||||
import org.koin.android.ext.koin.androidContext
|
||||
import org.koin.dsl.module
|
||||
|
||||
val baseModule = module {
|
||||
factory<PackageManager> { androidContext().packageManager }
|
||||
}
|
||||
Reference in New Issue
Block a user