Merge branch 'main' of https://github.com/MM2-0/Kvaesitso
Deploy static content to Pages / deploy (push) Has been cancelled
Build Nightly APK / build (push) Has been cancelled

# Conflicts:
#	app/ui/src/main/java/de/mm20/launcher2/ui/launcher/search/SearchVM.kt
#	services/widgets/src/main/java/de/mm20/launcher2/services/widgets/WidgetsService.kt
...
This commit is contained in:
2025-08-14 18:25:00 +09:00
18 changed files with 182 additions and 72 deletions
@@ -33,6 +33,7 @@ class WidgetsService(
for (profile in profiles) {
widgets.addAll(appWidgetManager.getInstalledProvidersForProfile(profile))
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
// Ignore widgets that the launcher is not supposed to access
widgets.filter {
@@ -41,7 +42,6 @@ class WidgetsService(
} else {
widgets
}
widgets
}
fun getAvailableBuiltInWidgets(): Flow<List<BuiltInWidgetInfo>> {