manager: use ParceledListSlice to transport List<PackageInfo>, avoiding TransactionTooLargeException.

This commit is contained in:
tiann
2023-04-18 18:04:49 +08:00
parent 2bc84014c2
commit 2bfd4d71d8
5 changed files with 20 additions and 21 deletions

View File

@@ -84,6 +84,8 @@ dependencies {
val libsuVersion = "5.0.4"
implementation("com.github.topjohnwu.libsu:core:$libsuVersion")
implementation("com.github.topjohnwu.libsu:service:$libsuVersion")
implementation("dev.rikka.rikkax.parcelablelist:parcelablelist:2.0.0")
implementation("com.github.alorma:compose-settings-ui-m3:0.22.0")
ksp("io.github.raamcosta.compose-destinations:ksp:$composeDestinationsVersion")