adding some widget fetching code

This commit is contained in:
tibbi
2022-09-01 15:48:24 +02:00
parent 6ad5fc7b0d
commit f154b444cc
4 changed files with 79 additions and 1 deletions

View File

@ -0,0 +1,3 @@
package com.simplemobiletools.launcher.models
data class AppWidget(var appPackageName: String, var appTitle: String, val widgetTitle: String, var width: Int, val height: Int)