Commit 87e0d15a authored by wanglei's avatar wanglei

...

parent b613340d
......@@ -12,7 +12,7 @@ android {
compileSdk 34
defaultConfig {
applicationId "com.test.easy.easycleanerjunk"
applicationId "com.kk.junkcleaner.easy.zxkk"
minSdk 24
targetSdk 33
versionCode 1
......@@ -54,7 +54,6 @@ android {
buildFeatures {
viewBinding true
buildConfig true
aidl true
}
lint {
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