mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-26 15:48:40 +02:00
7 lines
205 B
Kotlin
7 lines
205 B
Kotlin
package com.simplemobiletools.launcher.helpers
|
|
|
|
import android.appwidget.AppWidgetHost
|
|
import android.content.Context
|
|
|
|
class MyAppWidgetHost(context: Context, hostId: Int) : AppWidgetHost(context, hostId)
|