mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02:00
launch the clicked app on clicking its icon
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
package com.simplemobiletools.launcher.models
|
||||
|
||||
import android.graphics.Rect
|
||||
|
||||
data class HomeScreenGridItem(var rect: Rect, val packageName: String)
|
Reference in New Issue
Block a user