Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
Easy Cleaner Junk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Easy Cleaner Junk
Commits
87e0d15a
Commit
87e0d15a
authored
Jul 01, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
b613340d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
build.gradle
app/build.gradle
+1
-2
IPackageStatsObserver.aidl
...c/main/aidl/android/content/pm/IPackageStatsObserver.aidl
+0
-5
PackageStats.aidl
app/src/main/aidl/android/content/pm/PackageStats.aidl
+0
-3
No files found.
app/build.gradle
View file @
87e0d15a
...
@@ -12,7 +12,7 @@ android {
...
@@ -12,7 +12,7 @@ android {
compileSdk
34
compileSdk
34
defaultConfig
{
defaultConfig
{
applicationId
"com.
test.easy.easycleanerjun
k"
applicationId
"com.
kk.junkcleaner.easy.zxk
k"
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"
)
...
...
app/src/main/aidl/android/content/pm/IPackageStatsObserver.aidl
deleted
100644 → 0
View file @
b613340d
package
android
.
content
.
pm
;
import
android
.
content
.
pm
.
PackageStats
;
interface
IPackageStatsObserver
{
oneway
void
onGetStatsCompleted
(
in
PackageStats
pStats
,
boolean
succeeded
);
}
app/src/main/aidl/android/content/pm/PackageStats.aidl
deleted
100644 → 0
View file @
b613340d
package
android
.
content
.
pm
;
parcelable
PackageStats
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment