Commit 87e0d15a authored by wanglei's avatar wanglei

...

parent b613340d
...@@ -12,7 +12,7 @@ android { ...@@ -12,7 +12,7 @@ android {
compileSdk 34 compileSdk 34
defaultConfig { defaultConfig {
applicationId "com.test.easy.easycleanerjunk" applicationId "com.kk.junkcleaner.easy.zxkk"
minSdk 24 minSdk 24
targetSdk 33 targetSdk 33
versionCode 1 versionCode 1
...@@ -54,7 +54,6 @@ android { ...@@ -54,7 +54,6 @@ android {
buildFeatures { buildFeatures {
viewBinding true viewBinding true
buildConfig true buildConfig true
aidl true
} }
lint { lint {
baseline = file("lint-baseline.xml") baseline = file("lint-baseline.xml")
......
package android.content.pm;
import android.content.pm.PackageStats;
interface IPackageStatsObserver {
oneway void onGetStatsCompleted(in PackageStats pStats, boolean succeeded);
}
package android.content.pm;
parcelable PackageStats;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment