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

@@ -2,10 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission
android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
<application
android:name=".KernelSUApplication"
android:allowBackup="true"