New widget picker, add support for work profile widgets
This commit is contained in:
@@ -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