fix(app): bridge service permission
- remove unused permissions
This commit is contained in:
@@ -19,7 +19,7 @@ object DataProcessors {
|
||||
CONTAINER,
|
||||
}
|
||||
|
||||
data class PropertyDataProcessor<T>
|
||||
class PropertyDataProcessor<T>
|
||||
internal constructor(
|
||||
val type: Type,
|
||||
private val serialize: (T, exportSensitiveData: Boolean) -> JsonElement,
|
||||
|
||||
Reference in New Issue
Block a user