Add search quick actions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package de.mm20.launcher2.database.entities
|
||||
|
||||
data class SearchActionEntity(
|
||||
val type: String,
|
||||
val data: String? = null,
|
||||
val options: String? = null,
|
||||
val position: Int,
|
||||
)
|
||||
Reference in New Issue
Block a user